Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
AVVR-Pipeline-GDP4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
GDP Project 4
AVVR-Pipeline-GDP4
Commits
6a9bfda0
Commit
6a9bfda0
authored
7 months ago
by
Tom Evans
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix-config' into 'master'
Fix config.ini file See merge request
!3
parents
018ef245
a88bf200
No related branches found
No related tags found
1 merge request
!3
Fix config.ini file
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+2
-1
2 additions, 1 deletion
.gitignore
README.md
+2
-1
2 additions, 1 deletion
README.md
scripts/config.example.ini
+5
-1
5 additions, 1 deletion
scripts/config.example.ini
with
9 additions
and
3 deletions
.gitignore
+
2
−
1
View file @
6a9bfda0
scripts/360monodepthexecution/rgb.jpg
scripts/shifted_t.png
\ No newline at end of file
scripts/shifted_t.png
scripts/config.ini
\ No newline at end of file
This diff is collapsed.
Click to expand it.
README.md
+
2
−
1
View file @
6a9bfda0
...
...
@@ -88,7 +88,8 @@ docker run -it --runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=0 360monodepth sh -c "
```
4.
Configure paths:
Edit scripts/config.ini to set binary directories for Anaconda in Windows and WSL, and copy paste the new docker image id.
-
Make a copy of scripts/config.example.ini in the same location and rename it to config.ini.
-
Edit config.ini to set binary directories for Anaconda in Windows and WSL, and copy paste the new docker image id.
5.
Run the main ML pipeline:
```
cmd
...
...
This diff is collapsed.
Click to expand it.
scripts/config.ini
→
scripts/config.
example.
ini
+
5
−
1
View file @
6a9bfda0
# example file for config.ini
# remove '.example' from the filename to use this file
# populate the fields with your own values
[Paths]
condaDir
=
C:/ProgramData/anaconda3
wslAnacondaDir
=
/home/chronohax/anaconda3/bin
...
...
@@ -8,4 +12,4 @@ edgeNetEnv=tf2
unityEnv
=
unity
[Docker]
imageId
=
6df2cb89305210be8207da898218a81bff004d05a69889263aa61141807e6e5d
\ No newline at end of file
imageId
=
6df2cb89305210be8207da898218a81bff004d05a69889263aa61141807e6e5d
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