Created
May 14, 2019 09:48
-
-
Save LowikC/8bcd68b3e9db4ec5ef97938c9876684c to your computer and use it in GitHub Desktop.
[videoalignment] madonna - TMK
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python main.py --dataset_test Madonna --model TMK --output_dir=/checkpoint/lowik/videocopy/eval | |
Namespace(T=[9767, 2731, 1039, 253], b_s=16, chunk_randomly=1, dataset_test='Madonna', fold_index=0, m=16, model='TMK', multiple_pca=0, norm='feat_freq', output_dir='/checkpoint/lowik/videocopy/eval', pca_DVt='', pca_mean='', query_expansion='', resnet_level=29, seed=0, tmk_init='von_mises', use_pca=0) | |
Parameter string is model-TMK_dataset_test-Madonna_fold_index-0_chunk_randomly-1_T-[9767, 2731, 1039, 253]_resnet_level-29_seed-0_b_s-16_m-16_tmk_init-von_mises_norm-feat_freq_use_pca-0_query_expansion-_multiple_pca-0 | |
Computing mAP... | |
Computing localization error... | |
Localization error <0.1s: 33.91% | |
Localization error <1s: 70.00% | |
Localization error <10s: 76.96% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment