You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read the code in this repo and found some questions about the dataloader part. It seems that the code of dataloder is heavily brought from the GRNet repo while the author seems to change some behaviour of the dataloader.
I read the code in this repo and found some questions about the dataloader part. It seems that the code of dataloder is heavily brought from the GRNet repo while the author seems to change some behaviour of the dataloader.
Q1: The validation set of the ShapeNet is never used, while the test set is used during training
https://github.com/microsoft/SpareNet/blob/main/datasets/data_loaders.py#L49
Q2: Only the last view of point cloud is used during training when training on ShapeNet with GRNet version.
https://github.com/microsoft/SpareNet/blob/main/datasets/data_loaders.py#L148
The n_renderings param is never set so the rand_idx in Dataset.getitem is always -1 which refer to the last view of point cloud.
The text was updated successfully, but these errors were encountered: