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

No image gets dumped in the subfolders of "images" folder when running smplifyx/main.py on HICO-DET train images #47

Closed monacv closed 3 years ago

monacv commented 3 years ago

Thanks a lot for maintaining this great and very useful HOI GitHub Repo.

Do you expect to have some images saved in the images directory? for me it creates the subdirectories such as 000 but nothing is saved while obj in meshes folder and pkl files in result folder is saved. Thanks a lot for any feedback.

Here's an example output of result directory:

(smplifyx) [jalal@goku djrn_train_results]$ tree .
.
├── conf.yaml
├── images
│   ├── HICO_train2015_00000001
│   │   └── 000
│   ├── HICO_train2015_00000004
│   │   ├── 000
│   │   ├── 001
│   │   └── 002
│   ├── HICO_train2015_00000005
│   │   └── 000
│   ├── HICO_train2015_00000006
│   │   └── 000
│   └── HICO_train2015_00000009
│       ├── 000
│       └── 001
├── meshes
│   ├── HICO_train2015_00000001
│   │   └── 000.obj
│   ├── HICO_train2015_00000004
│   │   ├── 000.obj
│   │   ├── 001.obj
│   │   └── 002.obj
│   ├── HICO_train2015_00000005
│   │   └── 000.obj
│   ├── HICO_train2015_00000006
│   │   └── 000.obj
│   └── HICO_train2015_00000009
│       └── 000.obj
└── results
    ├── HICO_train2015_00000001
    │   └── 000.pkl
    ├── HICO_train2015_00000004
    │   ├── 000.pkl
    │   ├── 001.pkl
    │   └── 002.pkl
    ├── HICO_train2015_00000005
    │   └── 000.pkl
    ├── HICO_train2015_00000006
    │   └── 000.pkl
    └── HICO_train2015_00000009
        └── 000.pkl

26 directories, 15 files

I ran this code: $ python smplifyx/main.py --config cfg_files/fit_smplx.yaml --data_folder ../../data/smplify-x/djrn_train_data/ --output_folder ../../data/smplify-x/djrn_train_results --visualize="False" --model_folder ../../data/smplify-x/models_smplx_v1_1/models/smplx/SMPLX_NEUTRAL.npz --vposer_ckpt ../../data/smplify-x/vposer_v1_0 --part_segm_fn ../../data/smplify-x/smplx_parts_segm.pkl

Foruck commented 3 years ago

It is the expected behavior.