Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6401 Discussions

Issues faced while setting up Openvino Training Extension

akshya
Employee
1,255 Views
0 Kudos
3 Replies
Zulkifli_Intel
Moderator
1,195 Views

Hello Akshya,

 

Greetings to you.

 

I replicate on my side and get a similar error. We are investigating this and will get back to you soon.

Inkedextension_training_LI.jpg

 

Sincerely,

Zulkifli

 

 

0 Kudos
Zulkifli_Intel
Moderator
1,181 Views

Hi Akshya,

 

We are able to run the training by following these steps:

  1. Refer to the training_extention documentation, and follow step 1 to 5.
  2. Once completed, deactivate the virtual environment.
  3. Refer to the custom object detection documentation, and follow step 1 to 7. You will be able to see (detection) as your new environment.

If you encounter this error:

ModuleNotFoundError: No module named 'mmcv._ext'

 

Follow these steps to resolve it:

1. Pip3 uninstall mmcv mmcv-full

2. git clone https://github.com/open-mmlab/mmcv.git

3. cd mmcv

4. git checkout v1.2.7

5. MMCV_WITH_OPS=1 python3 -m pip install -e .

 

Sincerely,

Zulkifli

 

0 Kudos
Zulkifli_Intel
Moderator
1,115 Views

Hello Akshya,


This thread will no longer be monitored since we have provided a solution. If you need any additional information from Intel, please submit a new question.


Sincerely,

Zulkifli


0 Kudos
Reply