Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1641 Discussions

uploaded video in My-Notebooks cannot play

ghostman
Beginner
1,023 Views

I write another sample reference "Tiny Yolo V3 Object Detection",but when run the code to display the video, it didnot work. related info as the attached photo.

so, what is the reason about this issue ? Did i get something wrong here? and how can i correct this?

play-err.pngvideo-location.png

0 Kudos
1 Solution
JesusE_Intel
Moderator
1,008 Views

Hi ghostman,

Thanks for reaching out! Could you check that you specified the correct file name/path for the Python variable InputVideo? Since the video file and Jupyter notebook are in the same directory your code should be as follows.

InputVideo = "cars_1900.mp4"
print(f"Input video file set to:{InputVideo}")

Regards,

Jesus

 

View solution in original post

0 Kudos
3 Replies
JesusE_Intel
Moderator
1,009 Views

Hi ghostman,

Thanks for reaching out! Could you check that you specified the correct file name/path for the Python variable InputVideo? Since the video file and Jupyter notebook are in the same directory your code should be as follows.

InputVideo = "cars_1900.mp4"
print(f"Input video file set to:{InputVideo}")

Regards,

Jesus

 

0 Kudos
JesusE_Intel
Moderator
994 Views

Hi ghostman,


Please let me know if my previous suggestion resolved your issue or if you have additional questions.


Regards,

Jesus


0 Kudos
JesusE_Intel
Moderator
981 Views

We will be closing this thread since we have provided a solution. If you need any additional information, please submit a new question as this thread is no longer being monitored


0 Kudos
Reply