-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9225697
commit 31a4d0e
Showing
1 changed file
with
12 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
# seg-pns-bf-model | ||
default OM model that works at a resolution of 0.1 micrometer per pixel | ||
|
||
# Steps to train this model | ||
1. Get ADS version: [[5af8cbb]](https://github.com/neuropoly/axondeepseg/commit/5af8cbb1e782092ac46e0586eca0f827c0eff938) | ||
2. Get the data: Available at NeuroPoly lab in | ||
``` | ||
duke/projects/axondeepseg/20201016_model_seg_pns_bf/10_model_selected/dataset_training/dataset_patches/20210121_training_gps_01_filtered | ||
``` | ||
4. Run the "02-training_guideline-pns.ipynb" notebook available at NeuroPoly lab in | ||
``` | ||
duke/projects/axondeepseg/20201016_model_seg_pns_bf/10_model_selected/notebooks | ||
``` | ||
6. After successfully running all the cells, the trained model file will be saved under the directory: AxonDeepSeg/axondeepseg/models/ |