torchcv icon indicating copy to clipboard operation
torchcv copied to clipboard

Is there a manual on how to use and train it?

Open yuliiasergeeva opened this issue 6 years ago • 1 comments

Is there a manual on how to use and train it?

Thanks!

yuliiasergeeva avatar Jun 14 '18 14:06 yuliiasergeeva

Hello, I am trying to train it and you can follow the below steps

  1. Clone the repo and set it up by appending path of repo to the PYTHONPATH variable
  2. In the examples sub directory you can find train.py code, start with that and you can use relevant part of code
  3. Take a look at the datasets and .txt file containing the annotation format and make your custom dataset like that

MohitTare avatar Oct 06 '18 06:10 MohitTare