Ye Zhu
Ye Zhu
Have you downloaded or prepared your hdf5 files properly? Usually there will be a folder named "indoor3d_sem_seg_hdf5_data" in folder sem_seg. And there should be two separate parts "data" and "label"...
Hi, the generation length in this codebase is hard-coded during the data preprocessing and architecture designs. In order to change the output length, you would need to change the architecture...
Hi, I have added the inference_cub.py. Let me know if there are further questions!
Hi, In order to use a customized dataset, you will need to mainly change the dataloader and do the data preprocessing. To be more specific, you will need to first...