Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not open weights_tracknet/model.1 #5

Open
Q2Learn opened this issue Dec 14, 2021 · 1 comment
Open

Could not open weights_tracknet/model.1 #5

Q2Learn opened this issue Dec 14, 2021 · 1 comment

Comments

@Q2Learn
Copy link

Q2Learn commented Dec 14, 2021

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!

@shukkkur
Copy link
Contributor

@Q2Learn Hey there!
I guess there is nothing wrong with it. This is just the drawback of the algorithm, it really takes some time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants