viplabB / SBD

MIT License
22 stars 6 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'clean_barcodes_0.pickle' #2

Open miroslavradojevic opened 7 months ago

miroslavradojevic commented 7 months ago

When trying to generate synthetic data, calling commands:

python data_gen.py
python generate_clean_barcodes.py
python generate_one_image.py

clean_barcodes_X.pickle are missing. Is it possible to have the .pickle files so that the code could be run? I assume they can be generated but then .pickle file should result with list of images, so that pickle.load() would give out a list of numpy uint8 arrays?

An test example of clean_barcodes_X.pickle files would be very handy to have to be able to run the code.

mapo80 commented 1 week ago

Same here, pickle files are missing. Can you commit them?

Thanks