Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
instance_segmentation_classic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maciej Wielgosz
instance_segmentation_classic
Commits
e90571f1
Commit
e90571f1
authored
2 years ago
by
Maciej Wielgosz
Browse files
Options
Downloads
Patches
Plain Diff
update
parent
7c29a653
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+15
-5
15 additions, 5 deletions
README.md
with
15 additions
and
5 deletions
README.md
+
15
−
5
View file @
e90571f1
...
...
@@ -16,28 +16,38 @@ OS_TYPE=x86_64
mkdir conda_installation
cd conda_installation
RUN curl -LO "http://repo.continuum.io/miniconda/Miniconda3-${CONDA_VER}-Linux-${OS_TYPE}.sh"
curl -LO "http://repo.continuum.io/miniconda/Miniconda3-${CONDA_VER}-Linux-${OS_TYPE}.sh"
sudo bash Miniconda3-latest-Linux-x86_64.sh -p /miniconda -b
sudo groupadd anaconda_admin
sudo chown -R :anaconda_admin /miniconda
sudo chmod -R 775 /miniconda
sudo adduser nibio anaconda_admin
conda update conda
conda init
/miniconda/bin/conda update conda
/miniconda/bin/conda init
```
You should reboot shell session at this point.
```
conda create --name pdal-env python=3.8.13
conda activate pdal-env
conda install -c conda-forge pdal python-pdal
```
You should reboot shell session at this point.
Next, you should clone the repo with the following command:
```
git clone git@git
hub.com
:maciekwielgosz/
FSCT
.git
git clone git@git
lab.nibio.no
:maciekwielgosz/
instance_segmentation_classic
.git
```
if you didn't exchange ssh keys you may need to use the following command:
`git clone https://github.com/maciekwielgosz/FSCT.git`
`git clone https://gitlab.nibio.no/maciekwielgosz/instance_segmentation_classic`
You have to install requirements for the repo.
```
pip install -r requirements.txt
```
# Running the pipeline with the NIBIO code
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment