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.

OpenVINO using Moments in Time Dataset

Mounagurusamy__Guruv
307 Views
Hi, I had tested OpenVINO Action Recognition using Kinetics 400, but for actions such as violence, Moments In Time from MIT-IBM WATSON seems more accurate, I have tested using videos from YouTube. Moments in Time is based on Inception V2 from the following GitHub page : https://github.com/metalbubble/TRN-pytorch, Both models are based on Python. Can you please let me know the process to convert the Pytorch model to OpenVINO, as nothing can beat OpenVINO on Intel processors. Or Can I just replace the Kinetics 400 with Moments In Time Dataset and test? Please share me your thoughts. Thanks Guru
0 Kudos
1 Reply
Cary_P_Intel1
Employee
307 Views

Hi, Guruvishnuvardan,

For Pytorch model, you need to convert it to ONNX then to OpenVINO IR. As for using the other dataset with the original Action Recognition model, you have to re-train the model with the dataset, you can follow the guidance of OpenVINO training extension attached below to train the model with the your own dataset.

https://github.com/opencv/openvino_training_extensions/tree/develop/pytorch_toolkit/action_recognition

0 Kudos
Reply