Closed kenilaivid closed 1 year ago
Hello, sorry for late reply.
There was many changes for this repository. Could you try to install OTX on latest develop branch with quick start guide? (https://github.com/openvinotoolkit/training_extensions/blob/develop/QUICK_START_GUIDE.md)
Close this issue, please reopen it if there is any problem.
I have followed all steps to install and run ote commands using this link
First error while running this command and making environment
external/model-preparation-algorithm/init_venv.sh .venv_mpa
Which can be the best version of python (current version is python 3.7) and openvino (current version is openvino 2021.1.110) to avoid this dependency error.Secondly, I get a error when I run this command
ote train external/model-preparation-algorithm/configs/detection/cspdarknet_yolox_cls_incr/template.yaml --train-ann-file /home/citrus/Desktop/kenil/Vehicle_Detection/train.csv --train-data-roots /home/citrus/Desktop/kenil/Vehicle_Detection/train/ --val-ann-files /home/citrus/Desktop/kenil/Vehicle_Detection/val.csv --val-data-roots /home/citrus/Desktop/kenil/Vehicle_Detection/validation/ --save-model-to outputs
Kindly, tell me the solutions to problems.