constantinpape / torch-em

Deep-learning based semantic and instance segmentation for 3D Electron Microscopy and other bioimage analysis problems based on pytorch.
MIT License
69 stars 19 forks source link

Add ASEM dataset #226

Closed anwai98 closed 3 months ago

anwai98 commented 4 months ago

@constantinpape Let me know if you spot something. I will check later today where are the tests failing and confirm about it here.

constantinpape commented 4 months ago

The tests are failing because of new bioimageio releases, and it should be enough to wait for everything to catch up.

But I don't want to merge this yet, as the downloads are still excessive and can be done much more efficiently with zarr. I can take care of that.

anwai98 commented 4 months ago

The tests are failing because of new bioimageio releases, and it should be enough to wait for everything to catch up.

But I don't want to merge this yet, as the downloads are still excessive and can be done much more efficiently with zarr. I can take care of that.

Okay, then I continue my experiments on this dataset in this branch (with the current download setup).

constantinpape commented 3 months ago

I will go ahead and merge this now. There is still some possibilities to make downloading the data much more efficient, but let's leave this to follow up work. I will create an issue on that.