VITA-Group / CADTransformer

[CVPR 2022]"CADTransformer: Panoptic Symbol Spotting Transformer for CAD Drawings", Zhiwen Fan, Tianlong Chen, Peihao Wang, Zhangyang Wang
MIT License
68 stars 20 forks source link

Dataset download links do not work #4

Closed olbod closed 1 year ago

olbod commented 2 years ago

I have tried to download the dataset on the official website here https://floorplancad.github.io/. It seems the data doesn't exist anymore.

zhiwenfan commented 1 year ago

try: python preprocess/download_data.py --data_save_dir /ssd1/zhiwen/datasets/svg_raw

ogencoglu commented 11 months ago

What is the relationship between image patches? Are they tiled versions of a larger image? Are file names some sort of coordinates? Is there overlap?

Anyone figured that out?