Replies: 1 comment
-
Update: I have commented out the PIXEL_MEAN and PIXEL_STD, and i think it definitely needs more training? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
To train on custom datasets, i would like to check if what i am changing is correct. I would like some feedback or help please.
I have created my own custom dataset which is in grayscale (512x512), and i have converted it into the coco data format.
I'm using Mask-RCNN to do object detection and instance segmentation. Visualization using these coco json annotations seems correct, the segmentation and the bounding boxes matches the binary masks i have.
Since i am using "mask_rcnn_X_101_32x8d_FPN_3x.yaml" config, i have made the following changes:
Other settings such as:
When i trained it, the results were extremely bad, maybe i didnt train it long enough? Or maybe the pixel mean and std are wrong?
I would appreciate some feedback on these please.
"Bad results"

Beta Was this translation helpful? Give feedback.
All reactions