sylvainma / Summarizer

A Video Summarization framework for implementation and benchmark of Deep Learning models
34 stars 2 forks source link

Instruction on how to test, train and evaluate #33

Open Shatino94 opened 7 months ago

Shatino94 commented 7 months ago

The Readme doesn't describe how to use the project. Can anyone help?

Shatino94 commented 7 months ago

I ran this command "python main.py -d datasets/eccv16_dataset_summe_google_pool5.h5 -s datasets/summe_splits.json -m summe --gpu 0 --save-dir log/summe-split0 --split-id 0 --evaluate --resume path_to_your_model.pth.tar --verbose --save-results" to test the but it gave me the following error: FileNotFoundError: [Errno 2] No such file or directory: 'path_to_your_model.pth.tar'

How do I resolve it?