Jingkang50 / PSG4D

4D Panoptic Scene Graph Generation (NeurIPS'23 Spotlight)
85 stars 1 forks source link

Question about Organizing the PSG4D-HOI Dataset for Step 2 #5

Open XinCheng-lee opened 3 months ago

XinCheng-lee commented 3 months ago

I have completed Step 1 and successfully downloaded the HOI4D dataset. However, I am having some trouble with Step 2, specifically with organizing the dataset. Could you please provide more detailed instructions on how to organize the HOI4D_gaze, videos, and HOI4D_instructions folders?

Here is the partially organized dataset.

HOI/ ├── camera_params -> /mnt/data2/lxc/HOI4D/camera_params/ ├── categories.json ├── generate_video.py ├── HOI4D_annotations -> /mnt/data2/lxc/HOI4D/HOI4D_annotations/ ├── HOI4D_depth_video -> /mnt/data2/lxc/HOI4D/DEPTH/HOI4D_depth_video/ ├── hoi4d_id.json ├── psg4d_hoi.json └── README.md

nguyentthong commented 3 months ago

hi @Jingkang50 @Jun-CEN @LilyDaytoy @choiszt , I also have this question. I look forward to your clarification.

Jingkang50 commented 3 months ago

ok, lemme generate a directory tree for you reference.

Jingkang50 commented 3 months ago

directory_structure.txt We don't use gaze file. video file can be empty for generate_video.py

nguyentthong commented 3 months ago

Thank you for your response. I have one more question. In your directory_structure.txt file, I notice that there is a folder named as "HOI4D_mask". However, I could not find this folder in the official HOI link or your oneDrive link. Can you release this folder?