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
143f0ba1
Commit
143f0ba1
authored
1 year ago
by
Maciej Wielgosz
Browse files
Options
Downloads
Patches
Plain Diff
update for oracle
parent
dac56769
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.dockerignore
+1
-0
1 addition, 0 deletions
.dockerignore
check_list.info
+8
-0
8 additions, 0 deletions
check_list.info
d_run.sh
+1
-0
1 addition, 0 deletions
d_run.sh
with
10 additions
and
0 deletions
.dockerignore
+
1
−
0
View file @
143f0ba1
...
...
@@ -2,3 +2,4 @@
build.sh
local_folder_oracle/
local_folder_oracle_hard/
datascience
This diff is collapsed.
Click to expand it.
check_list.info
+
8
−
0
View file @
143f0ba1
...
...
@@ -3,9 +3,17 @@ Dockerfile - set correct oracle wrapper
### core steps
build.sh
run_oracle_wrapper.py or run_oracle_wrapper_local.py -> pick a right mode (DEBUG or not)
run_oracle_wrapper.py or run_oracle_wrapper_local.py -> pick a type of data (hard or easy - only for DEBUG)
config.yaml -> pick segmentation or instance segmentation
build.sh -> check the configuration
# pushing docker
build.sh
## this is for instance
docker tag nibio/pc-geoslam-oracle-inst-seg:latest fra.ocir.io/axqlz2potslu/nibio/pc-geoslam-oracle-inst-seg
docker push fra.ocir.io/axqlz2potslu/nibio/pc-geoslam-oracle-inst-seg
## this is for semantic
docker tag nibio/pc-geoslam-oracle-sem-seg:latest fra.ocir.io/axqlz2potslu/nibio/pc-geoslam-oracle-sem-seg
docker push fra.ocir.io/axqlz2potslu/nibio/pc-geoslam-oracle-sem-seg
\ No newline at end of file
This diff is collapsed.
Click to expand it.
d_run.sh
+
1
−
0
View file @
143f0ba1
...
...
@@ -8,6 +8,7 @@ docker run -it --gpus all \
--name
test_oracle
\
--mount
type
=
bind
,source
=
/home/nibio/mutable-outside-world/code/oracle_deploy/instance_segmentation_classic/local_folder_oracle,target
=
/home/bucket/local_folder_oracle
\
--mount
type
=
bind
,source
=
/home/nibio/mutable-outside-world/code/oracle_deploy/instance_segmentation_classic/local_folder_oracle_hard,target
=
/home/bucket/local_folder_oracle_hard
\
--mount
type
=
bind
,source
=
/home/nibio/mutable-outside-world/code/oracle_deploy/instance_segmentation_classic/datascience,target
=
/home/datascience
\
nibio/pc-geoslam-oracle
>
test_oracle.log 2>&1
...
...
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