Jingkang50 / PSG4D

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

No file named process_data.py #4

Open MinamiKotoka opened 1 month ago

MinamiKotoka commented 1 month ago

In PSG4D/data/GTA, as following README.md I should run the script by executing the following command: python process_data.py. But there is not file named process_data.py.

Jingkang50 commented 1 month ago

Thanks! May I ask if the file structure already meet the expectation https://github.com/Jingkang50/PSG4D/tree/main/data/GTA#step-3-merge-masks

If yes, please run merge_masks.py directly. If no, please kindly tell me what's the missing. Thanks!

QiueY514 commented 1 month ago

Thanks! May I ask if the file structure already meet the expectation https://github.com/Jingkang50/PSG4D/tree/main/data/GTA#step-3-merge-masks

If yes, please run merge_masks.py directly. If no, please kindly tell me what's the missing. Thanks!

Thank you for your suggestion! After runing python rearrange_file.py, the file structure already meet the expectation and I can successfully run merge_masks.py. But I also have two problems:

(1) When runing python rearrange_file.py, there are too much fils not found such as:

...... /data/4dpanoptic_data/GTA/sailvos3d/ass_int_2_alt1/depth/000898.npy not found /data/4dpanoptic_data/GTA/sailvos3d/ass_int_2_alt1/rage_matrices/000898.npz not found /data/4dpanoptic_data/GTA/sailvos3d/ass_int_2_alt1/depth/000899.npy not found /data/4dpanoptic_data/GTA/sailvos3d/ass_int_2_alt1/rage_matrices/000899.npz not found ......

Will the above missing files affect the subsequent model training?

(2) In PSG4D/pc_seg/train_hoi4d.py, the test_epoch_hoi4d package is not found. Could you provide relevant files? Thanks!