-
Notifications
You must be signed in to change notification settings - Fork 218
Could you provide script to train on BDD100K for segmentation task? #29
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
Comments
The command is almost the same with Cityscapes training. Because images in BDD100K are 720p, I use 640 for crop size. So the command is like
The models trained on BDD100K will be added to this repo. |
what average IoU does your model acheive when trained(for semantic segmentation) on the 19 classes of BDD100k? |
I had trained the semantic segmentation model on BDD100K,now I want to test the model on the test set. How to test it? @fyu |
@yyfyan Did you write your own script for cleaning up the bdd datasets? I think it would be pretty simple to effectively copy the cityscapes preprocessing but using the BDD structure, but want to make sure. |
@John1231983 @yyfyan @fyu Thanks for open sourcing the source code , its a great work . I have few queries THanks in advance |
@abhigoku10 Did you train a model on a custom dataset? I am trying to do the same and need some guidance. Thanks in advance. |
Great job. Could you also provide the dataset loader and script to train on your dataset (BDD100K) for segmentation? Thanks
The text was updated successfully, but these errors were encountered: