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

ImageNet-VID dataset #37

Open
Actmaiji opened this issue May 20, 2019 · 7 comments
Open

ImageNet-VID dataset #37

Actmaiji opened this issue May 20, 2019 · 7 comments

Comments

@Actmaiji
Copy link

Actmaiji commented May 20, 2019

hi,what do you mean the "ImageNet-VID dataset" ? Because I can find the 2015 :http://bvisionweb1.cs.unc.edu/ilsvrc2015/download-videos-3j16.php#vid and the 2017.
Can any guy give me a link of the ImageNet-VID dataset ?thanks a lot.

@hyseob
Copy link
Owner

hyseob commented Jul 22, 2019

Hi, @Actmaiji
It is the 2015 version. I will add the link that you mentioned to the readme. Thank you :)

@Actmaiji
Copy link
Author

thanks a lot.But I still have two quetions:first,when you training on vot ot ImageNet-VID,do you have any method to verify the training results(two classification model) or just verify on online tracking? during training ,the precision reach 0.994(Imagenet),but the online tracking results is worse than 0.971.thanks a lot

@hyseob
Copy link
Owner

hyseob commented Jul 30, 2019

@Actmaiji I verified the pretraining policy using the last 20% of frames for each video as a separated validation set, and added them to the training set for the final release. The online finetuning is just verified on tracking. Thank you :)

@Actmaiji
Copy link
Author

Thanks a lots for your replying.Sorry,I coundn't understand what the "trainging set" and the "final release" exactly mean.Do you mean that when n_cycle=50. In # Main trainig loop when i = 49,we added the validation set to the training set, and the model parameters still update? And the final release is the final model?Thank you :)

@hyseob
Copy link
Owner

hyseob commented Jul 30, 2019

The "training set" means the entire data used for pretraining.
To fine appropriate hyperparameters (learning rate, number of cycles, etc.) for pretraining, I used 80% of Imagenet-VID as a training set and the rest 20% as a validation set.
After finding the hyperparameters, I re-train the model from the scratch using the entire Imagenet-VID as a training set without a separated validation set, which is what the "final release" of the code (pretrain/train_mdnet.py) does.

@Actmaiji
Copy link
Author

Thank you. I got it.Did you use the same training strategy on vot training dataset? I used to verify it on
tracking the data set, just initializing the first frame and then testing the two classification model.Do you think that will work?

@sieumap43
Copy link

hi,what do you mean the "ImageNet-VID dataset" ? Because I can find the 2015 :http://bvisionweb1.cs.unc.edu/ilsvrc2015/download-videos-3j16.php#vid and the 2017. Can any guy give me a link of the ImageNet-VID dataset ?thanks a lot.

The link just died recently. Does someone have the dataset or an alternative link?

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

3 participants