hjwdzh / PrimitiveNet

PrimitiveNet: Primitive Instance Segmentation with Local Primitive Embedding under Adversarial Metric (ICCV 2021)
MIT License
62 stars 11 forks source link

Example NPZ file or data format specification? #15

Open ptc-lexvandersluijs opened 4 months ago

ptc-lexvandersluijs commented 4 months ago

I finally have the code running on Ubuntu 20.04, with CUDA 11.8, GCC 9.4 and Python 3.8. Now I want to train the model using ABC, but what is the layout of the NPZ files that the trainer expects?

Does anyone have an example file that could be shared from the downloadable dataset (which I can't download)? For example the first file from the ABC dataset. Or otherwise a specification of the NumPy-formatted file?

It would be greatly appreciated!