Skip to content

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

Open
John1231983 opened this issue Jun 2, 2018 · 6 comments
Open

Comments

@John1231983
Copy link

Great job. Could you also provide the dataset loader and script to train on your dataset (BDD100K) for segmentation? Thanks

@fyu
Copy link
Owner

fyu commented Jun 2, 2018

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

python3 segment.py train -d <data_folder> -c <category_number> -s 640 \
    --arch drn_d_22 --batch-size 32 --epochs 250 --lr 0.01 --momentum 0.9 \
    --step 100

The models trained on BDD100K will be added to this repo.

@isht8
Copy link

isht8 commented Jun 28, 2018

what average IoU does your model acheive when trained(for semantic segmentation) on the 19 classes of BDD100k?

@yyfyan
Copy link

yyfyan commented May 25, 2019

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

@AmeetR
Copy link

AmeetR commented Jun 18, 2019

@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.

@abhigoku10
Copy link

@John1231983 @yyfyan @fyu Thanks for open sourcing the source code , its a great work . I have few queries
Q1 when i used the pre trained model on BDD100k and on custom dataset i get the below results image
Q2 should we use any different kind of preprocessing technique on bdd100k and custom dataset
to obtain results like cityscapes
Q3 any idea to increase the mask quality for poles and get the trunk part of tree more clearly
Q4 y does sky getting classified and segmented as buildings or trees

THanks in advance

@parthkvv
Copy link

parthkvv commented Nov 2, 2022

@abhigoku10 Did you train a model on a custom dataset? I am trying to do the same and need some guidance. Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants