Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MPBA Radiomics
RADLER
Commits
e2c4fea3
Commit
e2c4fea3
authored
Mar 17, 2020
by
Alessia Marcolini
Browse files
Add octave setup steps
parent
b0719ab4
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
e2c4fea3
...
...
@@ -37,5 +37,29 @@ and then install `mlpy` from GitLab:
pip
install
git+https://gitlab.fbk.eu/MPBA/mlpy.git
```
#### OCTAVE
`octave`
is needed as some first order features are extracted using functions not yet implemented in Python.
To install
`octave`
run in a Terminal:
```
bash
apt
install
octave
apt
install
liboctave-dev
```
Open the
`octave`
prompt:
```
bash
octave
```
and run:
```
octave
pkg install --forge image
```
and then in a Terminal:
```
bash
conda
install
-c
conda-forge oct2py
```
## Pretrained models
We share the weights of the models, as described in the manuscript. See folder
[
pretrained_weights
](
pretrained_weights
)
.
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment