Sign inSign up

visiosoft/mapilio_kit_gui

By visiosoft

Updated about 4 years ago

Mapilio Tools is a library for uploading images to [Mapilio](https://www.mapilio.com/).

Image
0

199

visiosoft/mapilio_kit_gui repository overview

For ubuntu installation

  • open .env file
  • change dataset path example DATASET_PATH="/home/name/dataset"
docker push visiosoft/mapilio_kit_gui:tagname
xhost +local:
sudo docker run -it -e DISPLAY=unix$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix --shm-size=6G --ipc host visiosoft/mapilio_kit_gui:tag python3 main.py 

For macOS installation

  • pre-installation Quartz
  • open .env file
  • change dataset path example DATASET_PATH="/home/name/dataset"
docker push visiosoft/mapilio_kit_gui:tagname
xhost +local:
sudo docker run -it -e DISPLAY=unix$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix --shm-size=6G --ipc host visiosoft/mapilio_kit_gui:tag python3 main.py 

For Windows 10,11

  • pre-installation Choco
  • xlaunch open from windows programs
  • create under "c:/mapilio" directory and move your dataset
  • open administrator powershell run ipconfig check your {IP}
docker push visiosoft/mapilio_kit_gui:tagname
docker compose up -d
docker run -it --mount type=bind,source=c:\mapilio,destination=/mapilio_kit_gui/datasets  -e DISPLAY={IP}:0 -v /tmp/.X11-unix:/tmp/.X11-unix --shm-size=6G --ipc host visiosoft/mapilio_kit_gui:tag python3 main.py

Tag summary

Content type

Image

Digest

sha256:1ce13d9a0

Size

909.6 MB

Last updated

about 4 years ago

docker pull visiosoft/mapilio_kit_gui