Open anitchakraborty opened 4 years ago
I believe main.py isn't required, you can directly start training with train.py.
@anitchakraborty have you found a way to TEST or EVALUATE results for task3? @zzzDavid Can you please guide how we can use this project for task 3?
I have successfully trained the model, please help me on how I can test this model on new images.
@anitchakraborty @shubham99bisht Sorry about the error in the documentation, we are planning to clean up this repo a bit and make it more accurate. To train the model, you can just use train.py
.
The test file is missing. But it's available at my repo (I am the author of task 3 part of this repo). We should probably put it here though.
Thanks @patrick22414 for pointing to your repo, I'll explore it.
In task 3, main.py file is missing in the src folder.