openvinotoolkit / training_extensions

Train, Evaluate, Optimize, Deploy Computer Vision Models via OpenVINO™
https://openvinotoolkit.github.io/training_extensions/
Apache License 2.0
1.14k stars 443 forks source link

Not able to run ote train #1434

Closed kenilaivid closed 1 year ago

kenilaivid commented 1 year ago

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 image 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

image

Kindly, tell me the solutions to problems.

JihwanEom commented 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)

sungmanc commented 1 year ago

Close this issue, please reopen it if there is any problem.