Code Monkey home page Code Monkey logo

Comments (2)

xueyaosmile avatar xueyaosmile commented on September 17, 2024

I set 'data_dir' = ./train The folder train is organized as : – train   |– JPG     |–1.jpg     |–2.jpg     ……   |– MASK     |–1.png     |–2.png     …… as python raises error, I guess there's something wrong with the traindata. Could you please specify the correct structure for the train folder? Do appreciate your great work

hi, I encountered the same problem as you, how did you solve it?

from deep_inpainting_localization.

lihaod avatar lihaod commented on September 17, 2024

To simplify the organization of data, I put the images and the corresponding masks into similar paths. The only difference is that the image path contains ‘jpg’ while the mask path contains ‘msk’. For example:
./
├─train/
│ ├─jpg96/
│ │ ├─a/ (inpainted images produced by method a)
│ │ │ ├─0001.jpg
│ │ │ └─0002.jpg
│ │ └─b/ (inpainted images produced by method b)
│ ├─msk96/
│ │ ├─a/ (corresponding groundtruth masks for jpg96/a/)
│ │ │ ├─0001.png
│ │ │ └─0002.png
│ │ └─b/
│ ├─jpg75/
│ │ ├─a/
│ │ └─b/
│ └─msk75/
│ ├─a/
│ └─b/
└─test/
├─jpg96/
│ ├─a/
│ └─b/
├─msk96/
│ ├─a/
│ └─b/
├─jpg75/
│ ├─a/
│ └─b/
└─msk75/
├─a/
└─b/

You can modify Line 188-197 in hp_fcn.py for adapting to customized data.

from deep_inpainting_localization.

Related Issues (7)

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.