alimeituan

Results 169 comments of alimeituan

could you please supply the txt file https://github.com/mit-han-lab/temporal-shift-module/issues/41 or just tell me the configure of the kinetics datasets https://github.com/mit-han-lab/temporal-shift-module/issues/43 thx

hi,I have the same question, but the result of simply concatenation is not good for U2I in leave-one-out test,the HR@50 is less than 0.01

since I do not have the kinetics dataset, so I just guess the dataset configure,but maybe wrong, my files and usage of the vid2img_kinetics ``` ./kinetics/0/**.mp4 /1/**.mp4 /2/**.mp4 /3/**.mp4 /test/0/**.mp4...

大佬能不能提供下下面这个文件:也不知道是啥玩意 `FileNotFoundError: [Errno 2] No such file or directory: './video/kinetics/labels/val_videofolder.txt'` https://github.com/mit-han-lab/temporal-shift-module/issues/41

大佬有k400的种类TXT文件吗?

could you supply the model trained on the kinetics-600 ?? thx

and the results from saved_model_cli is Okay ``` saved_model_cli run --dir models/wdSavedModel/1647337804/ --tag_set serve --signature_def="predict" --input_examples='examples=[{"age":[46.], "education_num":[10.], "capital_gain":[7688.], "capital_loss":[0.], "hours_per_week":[38.]}, {"age":[24.], "education_num":[13.], "capital_gain":[0.], "capital_loss":[0.], "hours_per_week":[50.]}]' Result for output key all_class_ids:...

and another problem ``` Using cache..., config=vgg19-avg, distance=d1, depth=3 D:\python\lib\site-packages\numpy\core\fromnumeric.py:3118: RuntimeWarning: Mean of empty slice. out=out, **kwargs) D:\python\lib\site-packages\numpy\core\_methods.py:85: RuntimeWarning: invalid value encountered in double_scalars ret = ret.dtype.type(ret / rcount) Class...

for new dataset, how to set the params? thx ``` [data] train_fg = "" train_alpha = "" train_bg = "" test_merged = "" test_alpha = "" test_trimap = "" ```

hi,dear how to set the config file? https://github.com/Yaoyi-Li/GCA-Matting/issues/25