-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Train on custom data #31
Comments
Sorry for the late reply. |
I tried to run a config file changing the data location. In my case, the number of classes are only 2. I also have to change the name of the classes. I think I am getting error only because of it. Please let me know how to do it. What should be changed? As of now, I get the following index error: Traceback (most recent call last): Thanks |
It seems that there is some problem with your data loader. |
Hey, Can you please tell me the changes required to successfully train a custom data set created in COCO data set format with GCNet? |
I think there are two workarounds. Either of them should be fine.
|
Hey, I am trying to run my own data in same format as COCO dataset and use one of the configuration files to run training. As my data doesn't have segmantation attribute, I tried to run the my dataset and coco dataset with the setting 'with_mask' as 'False' in the config file. Do I need to change something else in the configuration file to make it work? I am using the config file in this location: configs/gcnet/r50/mask_rcnn_r50_fpn_2x.py Error: |
Hey,
I am trying to train custom data using GCNet. I have the data in COCO data format. I want to know the exact procedure to train it. Because, just running the train.sh script, gives me Index error.
I am changing the config file to make it work, but didn't find any luck with that. Please let me know the fields that should be changed to make it work.
Thanks.
The text was updated successfully, but these errors were encountered: