You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2021-12-14 21:50:17.410861: W tensorflow/core/util/tensor_slice_reader.cc:96] Could not open weights_tracknet/model.1: DATA_LOSS: not an sstable (bad magic number): perhaps your file is in a different file format and you need to use a different restore operator?
Percentage of video processed : 0.0
Percentage of video processed : 0.11
Percentage of video processed : 0.22
Percentage of video processed : 0.32
I am using Google Colab with GPU and running with:
Hi,
Can anyone help me with this?
2021-12-14 21:50:17.410861: W tensorflow/core/util/tensor_slice_reader.cc:96] Could not open weights_tracknet/model.1: DATA_LOSS: not an sstable (bad magic number): perhaps your file is in a different file format and you need to use a different restore operator?
Percentage of video processed : 0.0
Percentage of video processed : 0.11
Percentage of video processed : 0.22
Percentage of video processed : 0.32
I am using Google Colab with GPU and running with:
!python3 "predict_video.py" --save_weights_path="weights_tracknet/model.1" --input_video_path="VideoInput/video_cut.mp4" --output_video_path="VideoOutput/video_output_MyTest.avi" --n_classes=256 --path_yolo_classes="yolov3/yolov3.txt" --path_yolo_weights="yolov3/yolov3.weights" --path_yolo_config="yolov3/yolov3.cfg"
It's taking a really long time to run the video. Like a hour or so for 15 second of video? Doesn't seem right.
Thanks!
The text was updated successfully, but these errors were encountered: