Run Mask RCNN code and stuck at “Converting sparse IndexedSlices to a dense Tensor of unknown shape”
问题 I'm new to Python and Tensorflow Running Mask RCNN code from this tutorial and got stuck at " Converting sparse IndexedSlices to a dense Tensor of unknown shape. " Here's my configuration part of train.py shown as following import os import sys import json import datetime import numpy as np import skimage.draw import cv2 from mrcnn.visualize import display_instances import matplotlib.pyplot as plt # Root directory of the project ROOT_DIR = "" # Import Mask RCNN sys.path.append(ROOT_DIR) # To