Giter Site home page Giter Site logo

Comments (4)

jsbroks avatar jsbroks commented on May 29, 2024

As stated on the wiki page:

Due to limitations of CIFS implementation in Linux kernel, file change events in mounted folders of a host are not propagated to a container by Docker for Windows. You can install docker-windows-volume-watcher or move the images into the datasets directory from within the container to fix this issue.

from coco-annotator.

Dene33 avatar Dene33 commented on May 29, 2024

Actual wiki page clearly stated what one should

move the images into the datasets directory to fix this issue

Sorry, I'm not advanced user of Docker. This action should be somehow done from inside the running container? Could you please describe it in little bit more detail and fix the actual wiki page. Thank you!

from coco-annotator.

jsbroks avatar jsbroks commented on May 29, 2024
  1. Create an image folder inside the datasets directory called temp. Note this will map the directory inside the container to /data/datasets/temp.
  2. Place folders or images inside this folder (using windows folder explorer)
  3. Create an interactive bash shell on the container (annotator must be running).
$ docker exec -it annotator_flask bash
  1. Move the folders or images into the proper datasets folder from within the interactive bash shell terminal
$ mv /data/datasets/temp/some_image_folder /data/dataset/SomeDataset/

from coco-annotator.

Dene33 avatar Dene33 commented on May 29, 2024

Thank you.

from coco-annotator.

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.