Commit e1ed0dc
authored
Major updates! (#44)
* added No Patching checkbox to extractor widget
* updated models adapters to support no_patching
* updated segmentation widget
* removed unused imports
* fixed some typings
* added the dataset class
* init using the new dataset for feature extraction
* init using zarr storage
* moved up no patching checkbox
* updated extractor widget and no_patching option
* updated segmentation widget using zarr storage
* clean up & formatting
* fixed extraction progress info
* updated dataset to handle images type inside
* updated prediction pipeline over a large stack
* fixed run pipeline; file dialogs open in parent dialog
* updated run_pipeline script
* removed unused import in run_pipeline
* fixed models params: image height & width as int
* ignored some typing
* updated requirements
* fixed image height & width as int
* fixed dataset & get_model_ready_image image dimention problem
* added dataset test
* fixed adapter: concat double output into one tensor
* updated mobilesam test
* updated dino adapter test
* added sam2 adapter test
* added pipeline_prediction test
* bumped version
* run_pipeline script can be used to only extract features
* updated dependencies in pyproject.toml
* fixed bug for calculating padding with no_patching
* revert back storage to hdf5; improved get_train_data
* fixed embedding_extraction test1 parent 5183db5 commit e1ed0dc
32 files changed
Lines changed: 1452 additions & 1329 deletions
File tree
- src/featureforest
- models
- Cellpose
- DinoV2
- MobileSAM
- SAM2
- SAM
- utils
- widgets
- tests
- model_adapter_tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
0 commit comments