ZeroShotVideoClassification
ZeroShotVideoClassification copied to clipboard
Zero-shot video classification by end-to-end training of 3D convolutional neural networks
**Sorry to bother you, but I have encountered the following problem:** python3 main.py --n_epochs 150 --bs 22 --lr 1e-3 --network c3d --dataset kinetics2both --save_path /home/m/Desktop/ZeroShotVideoClassification-master/result --nopretrainedTotal batch size: 22 UCF101:...
Hi, Thanks for your great work. I run the code and find that there are only 662 classes with a 0.05 overlap threshold. This is different from the class number...
Hello Thank you for the work :) May I ask the number of V100s you used for training the model? Trying to estimate the total batch size you used (understand...
Thanks for your great work. Do you have plans to release pretrained model weights? This would be a significant addition to the ZSL field. Thanks,
Would I download all datasets for zero-shot video classification?
dataloaders = dataset.get_dataloaders(opt) The data loading method here is not seen in dataset.