-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi,
Firstly, great work! I am trying to test this repo.
As it is written on instructions. I used dataset_process.sh
All went well till call to "rendering_partnet.py"
The error is :
Faucet train Traceback (most recent call last): File "rendering_partnet.py", line 90, in <module> with open("partnet/partnet_dataset/stats/train_val_test_split/{" FileNotFoundError: [Errno 2] No such file or directory: 'partnet/partnet_dataset/stats/train_val_test_split/Faucet.train.json' Faucet test Traceback (most recent call last): File "rendering_partnet.py", line 90, in <module> with open("partnet/partnet_dataset/stats/train_val_test_split/{" FileNotFoundError: [Errno 2] No such file or directory: 'partnet/partnet_dataset/stats/train_val_test_split/Faucet.test.json'
I searched around but I cannot find the train_val_test_split file to process the dataset. Could you share the json file for dataset ?