FileNotFoundError: [Errno 2] No such file or directory: 'data/train.list'
Traceback (most recent call last):
File "train.py", line 186, in
Hello @lsy-study ! The *.list files did not come with the zip file? They did with me. They are specific to that dataset, as a custom dataset will need custom *.list files.
As stated in here: Please download PCN.zip from Cloud and unzip it here. This link should work to download the dataset. Inside the dataset, the train.list, valid.list and test.list files are available, and they reference each object (you can also check the id's or names in dataset/shapenet.py) in its complete and partial forms.
Additional info:
self.cat2id = {
# # seen categories
# "airplane" : "02691156", # plane
# "cabinet" : "02933112", # dresser
# "car" : "02958343",
# "chair" : "03001627",
# "lamp" : "03636649",
# "sofa" : "04256520",
# "table" : "04379243",
# "vessel" : "04530566", # boat
}
And in train.list : 04530566/786f18c5f99f7006b1d1509c24a9f631, being first the object type (boat, vessel) and the id of that viewpoint.