GithubHelp home page GithubHelp logo

Comments (11)

xuebinqin avatar xuebinqin commented on May 14, 2024 3

from u-2-net.

muhammadabdullah34907 avatar muhammadabdullah34907 commented on May 14, 2024

Hi @kamalkantamaity
checkout this discussion:
#19 (comment)

I am also have same issues.

from u-2-net.

kamalkantamaity avatar kamalkantamaity commented on May 14, 2024

Hi @kamalkantamaity
checkout this discussion:
#19 (comment)

I am also have same issues.

Hi @muhammadabdullah34907 can you tell me how did you solve the issue an also I would like to tell you that I am only looking to make the input size to 640x640 not more than that

from u-2-net.

cenkbircanoglu avatar cenkbircanoglu commented on May 14, 2024

+1

from u-2-net.

muhammadabdullah34907 avatar muhammadabdullah34907 commented on May 14, 2024

@NathanUA where exactly are you referring to use this ?

from u-2-net.

CeciliaPYY avatar CeciliaPYY commented on May 14, 2024

Hi, Recently, we did literature survey on the high resolution image segmentation. We found that combining our U^2-Net with Cascaded PSPNet (https://github.com/hkchengrex/CascadePSP) is a good option for high resolution image segmentation. The only issue is that cascaded pspnet will cost a bit more time. This combination will perform better than changing the input size and retrain the network.

On Sep 16, 2020, at 2:26 AM, Cenk Bircanoğlu @.***> wrote: +1 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#41 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADSGORLH2I3VAXLZJ4VPY53SGBZB5ANCNFSM4OKBGSSQ.

So what do you mean by with cascadePSP, is the pipeline like this, input size still keeps 320 but using cascadePSP as post-process method, or changes the input size larger and do the following~
Quite interested in this topic, cause still find some error of u-2-net when comparing with other method, e.g hrnet+ocr, which is some kind of plan to do high-resolution image segmentation( two-classes).

from u-2-net.

jorjiang avatar jorjiang commented on May 14, 2024

Have you experimented with the idea, how did it go?

from u-2-net.

xuebinqin avatar xuebinqin commented on May 14, 2024

from u-2-net.

jorjiang avatar jorjiang commented on May 14, 2024

Thanks for your interest. It depends on the dataset resolution. Larger input size will help with retraining details of those images with larger sizes. In our next paper, we will provide you another model for larger size input. It will be ready soon, please be aware of our updates.

On Mon, Dec 13, 2021 at 4:51 PM Jiang Ji @.***> wrote: Have you experimented with the idea, how did it go? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#41 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADSGORK34F7KWJF73V5MXL3UQXT47ANCNFSM4OKBGSSQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
-- Xuebin Qin PhD Department of Computing Science University of Alberta, Edmonton, AB, Canada Homepage:https://webdocs.cs.ualberta.ca/~xuebin/

Thanks, I made it work and tested on a few examples, it truly works amazing. the only problem is the speed, the u2net step takes less than 1 second on a 6 core CPU, but the CascadePSP step would take at least 15 seconds even when I set fast=False. But still, it's really impressive. looking forward to the new paper ;)

from u-2-net.

deshwalmahesh avatar deshwalmahesh commented on May 14, 2024

Thanks for your interest. It depends on the dataset resolution. Larger input size will help with retraining details of those images with larger sizes. In our next paper, we will provide you another model for larger size input. It will be ready soon, please be aware of our updates.

On Mon, Dec 13, 2021 at 4:51 PM Jiang Ji @.***> wrote: Have you experimented with the idea, how did it go? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#41 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADSGORK34F7KWJF73V5MXL3UQXT47ANCNFSM4OKBGSSQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
-- Xuebin Qin PhD Department of Computing Science University of Alberta, Edmonton, AB, Canada Homepage:https://webdocs.cs.ualberta.ca/~xuebin/

Thanks, I made it work and tested on a few examples, it truly works amazing. the only problem is the speed, the u2net step takes less than 1 second on a 6 core CPU, but the CascadePSP step would take at least 15 seconds even when I set fast=False. But still, it's really impressive. looking forward to the new paper ;)

Hi, I looked at you repo . Could not find the code which merges the both. Can you please provide either a Notebook or the code? @jorjiang

from u-2-net.

jorjiang avatar jorjiang commented on May 14, 2024

Thanks for your interest. It depends on the dataset resolution. Larger input size will help with retraining details of those images with larger sizes. In our next paper, we will provide you another model for larger size input. It will be ready soon, please be aware of our updates.

On Mon, Dec 13, 2021 at 4:51 PM Jiang Ji @.***> wrote: Have you experimented with the idea, how did it go? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#41 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADSGORK34F7KWJF73V5MXL3UQXT47ANCNFSM4OKBGSSQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
-- Xuebin Qin PhD Department of Computing Science University of Alberta, Edmonton, AB, Canada Homepage:https://webdocs.cs.ualberta.ca/~xuebin/

Thanks, I made it work and tested on a few examples, it truly works amazing. the only problem is the speed, the u2net step takes less than 1 second on a 6 core CPU, but the CascadePSP step would take at least 15 seconds even when I set fast=False. But still, it's really impressive. looking forward to the new paper ;)

Hi, I looked at you repo . Could not find the code which merges the both. Can you please provide either a Notebook or the code? @jorjiang

hey, was just a quick test on a notebook and i did not save it afterwards, but it's pretty straight forward. you just need to check how those two repos work and feed the output of the u2net into CascadePSP, if you understand the output of u2net and the input of CascadePSP, you can do it

from u-2-net.

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.