PointRend-PyTorch
PointRend-PyTorch copied to clipboard
RuntimeError: Dataset not found or incomplete. Please make sure all required folders for the specified "split" and "mode" are inside the "root" directory
how to process dataset?
The dataset structure should look like: cityscapes/ gtFine/ train/ val/ test/ leftImg8bit/ train/ val/ test/ You should first download the gtFine and leftImg8bit from cityscapse website, and then change the root=youdir/cityscapes in configs/default.yaml. Hope this helpful to you.