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

Where is the main compilation? #37

Open
parksujin0313 opened this issue May 7, 2021 · 2 comments
Open

Where is the main compilation? #37

parksujin0313 opened this issue May 7, 2021 · 2 comments

Comments

@parksujin0313
Copy link

Hello, I am a Korean student studying artificial intelligence for road defects. I looked it up and there is no overall learning and test function, so I'm leaving a message. I can't see the function that reads and learns the image and sees the result, can you tell me? Or do I have to compile all the functions in Utils?

@sei0o
Copy link

sei0o commented Jan 11, 2022

Datasets are just "data". They are not something to be compiled, built, or run on the shell. You will need to use detection models (e.g. YOLO, SSD) and relevant tools (e.g. Keras, TensorFlow, Jupyter) to perform any detection. It seems those scripts in utils/ are based on (or entirely copied from?) those in TensorFlow library, and I suppose they are just some optional helpers that make your validation and conversion easier. You could find how they are used in the tutorial (RoadDamageDatasetTutorial.ipynb).

@dongjuns
Copy link

dongjuns commented Jan 4, 2023

@parksujin0313 Hi, Sujin. Sei0o is right.
But, if you want more detailed information, email me.
I can help you to answer the question.

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