Skip to content
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

prepare my own data #2

Open
strongteck opened this issue Jul 20, 2019 · 3 comments
Open

prepare my own data #2

strongteck opened this issue Jul 20, 2019 · 3 comments

Comments

@strongteck
Copy link

Hello,
Could you please advise how to prepare my own data for training and testing using this code? I have a bunch of image files with defects or not, and I have also created the binary files with defects tagged.

Thank you,
Xinlong

@skokec
Copy link
Owner

skokec commented Jul 22, 2019

You need to store the data as TFRecords using the tf.train.Example. The required features that need to be added into the tf.train.Example can be seen in input_data/image_processing.py.

I have also just added the code that was used when creating KolektorSDD dataset where you can see all the details: input_data/input_data_build_image_data_with_mask.py.

@strongteck
Copy link
Author

Will give a try.
Thank you!

@ShaneYS
Copy link

ShaneYS commented Sep 9, 2019

Will give a try.
Thank you!

hi, have you train your own data?
I also want to train segdecnet on my own data( I have images and masks now) , could you tell me the steps to prepare data?

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

3 participants