PointRend-PyTorch icon indicating copy to clipboard operation
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

Open kelisiya opened this issue 4 years ago • 1 comments

how to process dataset?

kelisiya avatar Mar 25 '20 08:03 kelisiya

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.

XLechter avatar Apr 30 '20 12:04 XLechter