Giter VIP home page Giter VIP logo

Comments (3)

dmandrioli avatar dmandrioli commented on May 29, 2024

Hi, using the Docker image you should be able to change classes using a settings.json like this
jshimko/meteor-launchpad#15 (comment)

from semantic-segmentation-editor.

chuliuT avatar chuliuT commented on May 29, 2024

@dmandrioli

my script:
export METEOR_SETTINGS=$(cat /home/tom/semantic-segmentation-editor/settings.json)

sudo docker run -e METEOR_SETTINGS="$METEOR_SETTINGS" -p 2004:3000 -v /home/tom/Downloads/images:/mnt/images -v /home/tom/Downloads/pointcloud:/mnt/pcd hitachiail/semantic-segmentation-editor:latest

[-] External MONGO_URL not found. Starting local MongoDB...

Delaying startup for 5 seconds...

[-] External MONGO_URL not found. Starting local MongoDB...

Delaying startup for 5 seconds...
=> Starting app on port 3000...
Semantic Segmentation Editor
Images (JPG, PNG, PCD) folder: /mnt/images
3D Segmentation Data folder: /mnt/pcd
1 sets of object classes

it doesn't work ,the label nothing change,why?

from semantic-segmentation-editor.

dmandrioli avatar dmandrioli commented on May 29, 2024

It works as expected using

docker run -p 80:3000 -e METEOR_SETTINGS="$(cat /path/to/settings.json)" hitachiail/semantic-segmentation-editor:latest

Using this command line, paths and classes are all defined in settings.json, no need to specify folders with -v

from semantic-segmentation-editor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.