Coder Social home page Coder Social logo

Comments (3)

Jumpat avatar Jumpat commented on May 28, 2024 2

Thanks very much for your help. Your method is proved useful, which really helps me a lot!
Wish you all the best~

from shapetexturedebiasedtraining.

LiYingwei avatar LiYingwei commented on May 28, 2024

Thanks for your interest! I think this noise might because the output images are slightly beyond the image space, which causes an overflow issue -- I remember some values of the pixels are larger than 1. The noise you see is probably due to these pixels are overflow, and then truncated by the visualization tool.

Therefore, it is necessary to rescale the value of the image back to [0, 1] before visualization. However, when using these generated images as training data, I don't rescale them back to [0, 1] image space (unlike the visualization tool, the preprocessing functions won't truncate the overflow pixels)

For the performance issue, could you provide more details about what kinds of dataset/model/training strategies are you using? Maybe I can find some other issues.

Thanks,
Yingwei

from shapetexturedebiasedtraining.

Jumpat avatar Jumpat commented on May 28, 2024

Thanks for your reply!
The dataset I'm using is just a random small subset of imageNet, and the lemon and chimpanzee you used in your paper are found in imageNet with my own handsπŸ˜‚.
So in fact this noise doesn't have to be removed in the real train process. I will try your method and see whether it help. I will give you some feedback after that!

from shapetexturedebiasedtraining.

Related Issues (11)

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.