-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add some improvements to DaCapo and the basic tutorial for learning instance segmentation through affs + watershed DaCapo: 1) avoid doing any special postprocessing to convert to uint8 when writing out the predictions. just store as float32 2) avoid converting back to float in the watershed postprocessor, just use the predictions as saved in the zarr. Tutorial: 1) add labels colormap 2) train z affs 3) use valid padding Loss and validation plots are included below. There is still something strange happening with the loss after the first validation. The results still aren't as nice as they should be on such a simple toy dataset. ![Figure_2](https://github.com/user-attachments/assets/8badb5ca-5f4b-4e8e-821b-80f13c4987eb) ![Figure_3](https://github.com/user-attachments/assets/6f7276b6-5e3b-40b1-bcdc-ba0f2b865052)
- Loading branch information
Showing
3 changed files
with
22 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters