Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
-
Updated
Jan 2, 2022 - Python
Add a description, image, and links to the instance-segmentation topic page so that developers can more easily learn about it.
To associate your repository with the instance-segmentation topic, visit your repo's landing page and select "manage topics."
I want to train a detector based on object365 dataset, but object365 is pretty large, and caused out of memory error in my computer.
I want to split the annotation file to 10, such as ann1,ann2,...ann10, then build 10 datasets and concatenate them, but I'm not sure whether it's
gonna work or not.
Any better suggestion?