Coder Social home page Coder Social logo

Comments (7)

AceSilent avatar AceSilent commented on July 17, 2024 2

thank you for your reply! I built PointNet as you configured it, and unfortunately it didn't work out. However, I cloned a code from GIt and used CUDA11.2 and pytorch1.8. After modifying some code, I could run it successfully. (but the previously used code still doesn't work) Very strange phenomenon,I don't use a virtual Python environment. thank you for your reply!:)

Hey, Could you share the code you changed to make it work?

Thanks!

  1. Change "AT_CHECK" to "TORCH_CHECK" in all CPP.h files.

  2. Change "type().is_cuda()" to "is_cuda()" in all CPP.h files.

  3. Change ".data<float/int>()" to ".data_ptr<float/int>()" in all CPP.h files.

from point2skeleton.

AceSilent avatar AceSilent commented on July 17, 2024 1

@AceSilent Could you share which changes to the code were required? That would help me out as well!

  1. Change "AT_CHECK" to "TORCH_CHECK" in all CPP.h files.

  2. Change "type().is_cuda()" to "is_cuda()" in all CPP.h files.

  3. Change ".data<float/int>()" to ".data_ptr<float/int>()" in all CPP.h files.

from point2skeleton.

AceSilent avatar AceSilent commented on July 17, 2024 1

from point2skeleton.

clinplayer avatar clinplayer commented on July 17, 2024

Hi, I added requirements.txt. Please try to use pip install -r requirements.txt to setup an environment consistent with mine before installing PointNet++.

from point2skeleton.

AceSilent avatar AceSilent commented on July 17, 2024

thank you for your reply!
I built PointNet as you configured it, and unfortunately it didn't work out. However, I cloned a code from GIt and used CUDA11.2 and pytorch1.8. After modifying some code, I could run it successfully.
(but the previously used code still doesn't work)
Very strange phenomenon,I don't use a virtual Python environment.
thank you for your reply!:)

from point2skeleton.

kninad avatar kninad commented on July 17, 2024

@AceSilent Could you share which changes to the code were required? That would help me out as well!

from point2skeleton.

TalBarami avatar TalBarami commented on July 17, 2024

thank you for your reply! I built PointNet as you configured it, and unfortunately it didn't work out. However, I cloned a code from GIt and used CUDA11.2 and pytorch1.8. After modifying some code, I could run it successfully. (but the previously used code still doesn't work) Very strange phenomenon,I don't use a virtual Python environment. thank you for your reply!:)

Hey,
Could you share the code you changed to make it work?

Thanks!

from point2skeleton.

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.