alextrevithick / GRF

🔥 General Radiance Field (ICCV, 2021)
280 stars 18 forks source link

How do you organize your dataset directory? #11

Open Chester-CS opened 3 years ago

Chester-CS commented 3 years ago

I noticed that when using the shapenet data set for training, your dataset loading module uses path like “train” and "train_val", but this is inconsistent with the raw dataset which Vincent provides. May I ask how do you organize your project’s dataset folders? Thank you in advance.

Chester-CS commented 2 years ago

I noticed that you probably used preprocessing scripts on the shapeNet dataset to deal with inconsistence such as resolution. Could you please provide us with the scripts? Thank you.