circuitnet / CircuitNet

CircuitNet: An Open-Source Dataset for Machine Learning Applications in Electronic Design Automation (EDA)
https://circuitnet.github.io/
BSD 3-Clause "New" or "Revised" License
280 stars 42 forks source link

Error finding data while trying to run feature extraction #34

Closed sabajhn closed 4 months ago

sabajhn commented 5 months ago

I'm following this totruial https://github.com/circuitnet/CircuitNet/blob/main/feature_extraction/README.md .

I've put DFF files in the following directory: feature_extraction/data/DFF and when I ranprocess_data.py I got this error NotADirectoryError: [Errno 20] Not a directory: './data/15/detailed_route.def.gz .

I can't find detailed_route.def.gz in the dataset?

apri0426 commented 4 months ago

I don't quite understand your problem. process_data.py will try to find a file named detailed_route.def.gz (you can change this name in process_data.py) in every dir under feature_extraction/data, so make sure you have these files.