DirtyHarryLYL / DJ-RN

As a part of HAKE project (HAKE-3D). Code for our CVPR2020 paper "Detailed 2D-3D Joint Representation for Human-Object Interaction".
Apache License 2.0
100 stars 13 forks source link

The size of features extracted #22

Closed mohammad749 closed 3 years ago

mohammad749 commented 3 years ago

In the "python Feature_extraction.py --input_list script/vertex_path_GT.txt --model_path ../Feature_extraction/model_10000.ckpt" step, what is the size of extracted feature?

mohammad749 commented 3 years ago

The size of extracted features for me is (1, 1, 1228, 1, 256) that if we reshape it, it becomes a (1228,256). But in your paper, you told input f3Dsp is [1228 * 384].

Foruck commented 3 years ago

Thanks for pointing out! It turns out that we miss some files to upload. We will upload the corresponding files asap.