torchcv
torchcv copied to clipboard
Is there a manual on how to use and train it?
Is there a manual on how to use and train it?
Thanks!
Hello, I am trying to train it and you can follow the below steps
- Clone the repo and set it up by appending path of repo to the PYTHONPATH variable
- In the examples sub directory you can find train.py code, start with that and you can use relevant part of code
- Take a look at the datasets and .txt file containing the annotation format and make your custom dataset like that