colab-mask-rcnn icon indicating copy to clipboard operation
colab-mask-rcnn copied to clipboard

Having trouble to play the out.mp4

Open RajPratim21 opened this issue 7 years ago • 8 comments

First of all, thanks for such a great post, I really enjoyed it. I tried to play with your code in Google colab. I was unable to play out.mp4 video. Can you suggest any video player to play that or how is it playing in your Github repo. Thanks again,

RajPratim21 avatar Jun 26 '18 19:06 RajPratim21

@RajPratim21 @Tony607 I have the same issue. The out.mp4 file is not generated correctly. Any fix to this problem ?

mohammedayub44 avatar Jul 12 '18 19:07 mohammedayub44

If you have downloaded the file to your local machine and it is not an empty file, try using a video player like the Windows default “Movies & TV” app or equivalent applications for other OS.

Tony607 avatar Jul 13 '18 01:07 Tony607


MessageError Traceback (most recent call last) in () 1 from google.colab import files ----> 2 files.download('out.mp4')

/usr/local/lib/python3.6/dist-packages/google/colab/files.py in download(filename) 174 'port': port, 175 'path': os.path.abspath(filename), --> 176 'name': os.path.basename(filename), 177 })

/usr/local/lib/python3.6/dist-packages/google/colab/output/_js.py in eval_js(script, ignore_result) 37 if ignore_result: 38 return ---> 39 return _message.read_reply_from_input(request_id) 40 41

/usr/local/lib/python3.6/dist-packages/google/colab/_message.py in read_reply_from_input(message_id, timeout_sec) 104 reply.get('colab_msg_id') == message_id): 105 if 'error' in reply: --> 106 raise MessageError(reply['error']) 107 return reply.get('data', None) 108

MessageError: TypeError: Failed to fetch

martsalz avatar Aug 13 '18 19:08 martsalz

I can not download the file

martsalz avatar Aug 13 '18 19:08 martsalz

I can not download the file

Pls try to use Google Chrome rather than other chromes.

NancyDai89 avatar Sep 12 '18 05:09 NancyDai89

I have used Google Chrome, Firefox and IE (Microsoft). Nothing works

martsalz avatar Sep 12 '18 05:09 martsalz

First of all, thanks for such a great post, I really enjoyed it. I tried to play with your code in Google colab. I was unable to play out.mp4 video. Can you suggest any video player to play that or how is it playing in your Github repo. Thanks again,

try some other video file

Roy-Tuhin avatar Apr 30 '20 20:04 Roy-Tuhin

@RajPratim21 @Tony607 I have the same issue. The out.mp4 file is not generated correctly. Any fix to this problem ?

try to import another video file

Roy-Tuhin avatar Apr 30 '20 20:04 Roy-Tuhin