Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dependencies #82

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CoreProcessingPipelineScripts/CNN/Mask_RCNN/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,6 @@ dependencies:
- yaml=0.1.7=had09818_2
- zlib=1.2.11=h7b6447c_3
- zstd=1.3.7=h0b5b093_0
- lxml
- libiconv
prefix: /users/miroslav.polacek/.conda/envs/TreeRingCNN

9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ Input can be either path to an individual core image or a folder containing imag
```
Output_folder specifies the location where to save results.

```
--weightRing
```
Retrained weights in a form of .h5 file can be passed using this argument.

### Optional
```
--cropUpandDown
Expand All @@ -64,7 +69,3 @@ How many overlapping masks should be considered a good detection. Default is 3
--print_detections=yes
```
Saves images with detected masks and distances in “pngs” subfolder within output folder. Default is no.
```
--weightRing
```
Retrained weights in a form of .h5 file can be passed using this argument.