Skip to content
Snippets Groups Projects
Commit 143f0ba1 authored by Maciej Wielgosz's avatar Maciej Wielgosz
Browse files

update for oracle

parent dac56769
No related branches found
No related tags found
No related merge requests found
......@@ -2,3 +2,4 @@
build.sh
local_folder_oracle/
local_folder_oracle_hard/
datascience
......@@ -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
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment