Giter Site home page Giter Site logo

Use for Semantic Segmentation about augmentor HOT 4 OPEN

Superzlw avatar Superzlw commented on June 2, 2024
Use for Semantic Segmentation

from augmentor.

Comments (4)

Superzlw avatar Superzlw commented on June 2, 2024 1

Hi @mdbloice , Thanks for the reply. My test code is as follow:

import Augmentor

p = Augmentor.Pipeline(img_path)   # img_path: folder path of the images
p.ground_truth(label_path)         # label_path: folder path of the labels

p.random_erasing(probability=0.8, rectangle_area=0.5)
p.sample(10)

Augmentor works very well for flipping, but for some more complex operations like distortion, erasing, and borders there will be some undesired masks

from augmentor.

NUS-Tim avatar NUS-Tim commented on June 2, 2024 1

Hi, @mdbloice, it seems I also face a similar problem described by @Superzlw .

from augmentor.

mdbloice avatar mdbloice commented on June 2, 2024 1

Hi @Superzlw, hi @NUS-Tim

I updated the code in version 0.2.11 of Augmentor just now. Try upgrading with pip install --upgrade Augmentor and let me know if this works for you now... 🤔

from augmentor.

mdbloice avatar mdbloice commented on June 2, 2024

Hi @Superzlw I will have to take a look at this more closely and try to find a fix... so you are passing images and their masks (as pairs) in to the pipeline, and augmenting them as normal?

If you could show some code that you are using to do this, that would help! If I can see your code I am sure we can fix it.

from augmentor.

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.