Code Monkey home page Code Monkey logo

sampro3d's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sampro3d's Issues

Evaluation Code For Quantitative Results

Thank you for your excellent work. I've noticed that you've employed a new method to obtain quantitative results, but I haven't seen this part in the code. Could you please share this portion of the code?
Thanks.

Some bugs.

Hello!

Thank you for your wonderful work. I have encountered the following two bugs in my reproduction, in which I have not changed any core code.

The first bug I encountered was when I followed the steps to run "main.py":
image

mask_2d_3d = mask[mapping[:, 0], mapping[:, 1]]

I solved the problem by modifying line 165:
mask_2d_3d = mask[mapping[:, 0].type(torch.long), mapping[:, 1].type(torch.long)]

I encountered the second bug after resolving the first one:
image
So I fixed the bug by moving line 377 before line 358.

create_folder(args.pred_path)

Hope these get your attention. @mutianxu

What is SAM filter?

Thanks for your excellent work. Can you please tell me what is the filtering strategy in automatic-SAM mentioned in the paper? I didn't find the filtering strategy in segment anything.

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.