-
Notifications
You must be signed in to change notification settings - Fork 29
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
Results on QVHighlights val set #35
Comments
Hi @gkv91 , Thanks for interest, the QVHL val set result should be shared on the best_qvhighlights_val_preds_nms_thd_0.7.jsonl AND training log (e.g., tensorboard) in model zoo page: https://github.com/showlab/UniVTG/blob/main/model.md |
@gkv91 Hi the parameter in
You can find them by referring the paper supp. OR the model zoo config. |
Sure, I will try. Thanks :) |
@gkv91 Can you please try this parameters and update the result here? thanks! |
Hi, I tried using parameter setting as you mentioned. But, I did not get much performance improvement. Specifically, I have initialised the UniVTG model using the pre-trained checkpoint from here (by giving the checkpoint path in the "resume" arg) and then trained the model on the QVHighlight dataset using "scripts/qvhl_pretrain.sh" with the parameters that you mentioned. Can you help me to find where I am doing wrong? Attaching the results screenshot for your reference. Thanks |
Hi @gkv91 , Can you attach your completed script (sh) and the opt.json here. without any pretraining, we should able to reproduce the result based on this parameters settings. Can you compare the opt.json to the opt.json in the following: https://drive.google.com/drive/folders/1EqwZSOVeKBCjcHe6SfeUjxM4fN6xrPf3 Thanks! |
Sure, please find the attached file. Thanks |
@gkv91 Thanks for attachment! I have checked the results and found most parameters are aligned. Besides, can you attach the eval log to me, if the pretrained checkpoint load successfully, it should be receive proper performance in the zero-shot stage (i.e., epoch=-1). OR Can you load my provided QVHL checkpoints can see can it reproduce the same results :) |
Hi, the results are the best one. I have checked the log file and seems like the checkpoint file is not loading. But, the "if opt.resume is not None" condition in the Config.py is executing fine . |
Hi,
Thanks for sharing the code for your amazing work!!! Can you share the results on the QVHighlights val set?
Thanks,
Goutham
The text was updated successfully, but these errors were encountered: