FS_Net
FS_Net copied to clipboard
How to prepare the dataset
I want to test it on the NOCS dataset, but I don’t know how to prepare the dataset to start training. I read data_loader_fsnet.py. It seems to load a ply format point cloud and some txt files, but I’m in These files cannot be found in the NOCS dataset. What are these files and how to generate them. https://github.com/DC1991/FS_Net/blob/main/data_loader_fsnet.py#:~:text=root_dir%20%3D%20self.root_dir,12%2C-4)%5Bidx%5D
How to set these paths in the program? https://github.com/DC1991/FS_Net/blob/main/Train.py#:~:text=data_path%20%3D%20%27your%20data%20path%27 https://github.com/DC1991/FS_Net/blob/main/data_loader_fsnet.py#:~:text=datapath%20%3D%20%27Real/train,plys/%27%20%20%23%23object%20model
@847247973 did you solve it? maybe you can support on this issue: https://github.com/DC1991/FS_Net/issues/15