Giter Site home page Giter Site logo

Comments (5)

WangYueFt avatar WangYueFt commented on May 23, 2024 1

@WangYueFt , Thank you for your reply, Also , if my point cloud contains more than say 2048 points, what will be expected behaviour of network to it , do I need to have strictly 2048 points ?

You don't need to. But in each batch, you have to pad them into the same number of points.

from dgcnn.

WangYueFt avatar WangYueFt commented on May 23, 2024

You probably need to do two things:

  1. implement a new dataloader or modify the existing one.
  2. change the input placeholder to be compatible with your data.

from dgcnn.

jediofgever avatar jediofgever commented on May 23, 2024

@WangYueFt , Thank you for your reply, Also , if my point cloud contains more than say 2048 points, what will be expected behaviour of network to it , do I need to have strictly 2048 points ?

from dgcnn.

jediofgever avatar jediofgever commented on May 23, 2024

@WangYueFt, I did create data files same as .h5 format and trained network but even in epoch 0 I got 0.99 train accuracy.

Train 0, loss: 1.376507, train acc: 0.993896, train avg acc: 0.993896
Test 0, loss: 1.233287, test acc: 1.000000, test avg acc: 1.000000
Train 1, loss: 1.233263, train acc: 1.000000, train avg acc: 1.000000
Test 1, loss: 1.233124, test acc: 1.000000, test avg acc: 1.000000
Train 2, loss: 1.233195, train acc: 1.000000, train avg acc: 1.000000
Test 2, loss: 1.233121, test acc: 1.000000, test avg acc: 1.000000
Train 3, loss: 1.233166, train acc: 1.000000, train avg acc: 1.000000
Test 3, loss: 1.233120, test acc: 1.000000, test avg acc: 1.000000
Train 4, loss: 1.233150, train acc: 1.000000, train avg acc: 1.000000
Test 4, loss: 1.233116, test acc: 1.000000, test avg acc: 1.000000

Does this mean model if overfitting ?

from dgcnn.

AdeV-Oly avatar AdeV-Oly commented on May 23, 2024

Hey there @jediofgever

I'm attempting to train (the equivariant version (VNN) of) this model on my own dataset as well. I think I may be overlooking something, as I'm running into an error.

If you or @WangYueFt could take a look at it and give me some pointers, or if I need to add some more info, that'd be much appreciated.

Link to my issue on the VNN github: FlyingGiraffe/vnn#13

from dgcnn.

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.