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
can you show how to preprocess scannet scenes for training? I tried to run preprocess.py first and then split.py. It gave me train and test split, but when running train_scannet.py it says ins_rgb.hdf5 is missing. How should i get this hdf5 file?
Thank you!
The text was updated successfully, but these errors were encountered:
Thx for your attention. For the scannet processing, you can follow the official script of semantic instance generation method. By the way, .hdf5 file just includes the rgbs randomly generated by myself, you can generate it by yourself and put it to corresponding folder.
Hi,
can you show how to preprocess scannet scenes for training? I tried to run preprocess.py first and then split.py. It gave me train and test split, but when running train_scannet.py it says ins_rgb.hdf5 is missing. How should i get this hdf5 file?
Thank you!
The text was updated successfully, but these errors were encountered: