You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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).
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?
The text was updated successfully, but these errors were encountered: