Git Product home page Git Product logo

Comments (9)

zhan-xu avatar zhan-xu commented on August 14, 2024

This seems like the joint prediction step doesn't get any joints. Could you check why there is no joint extracted by visualizing that step only? It might because of the threshold or because of some misalignment of vox and mesh.

from rignet.

artursahak avatar artursahak commented on August 14, 2024

Does the learning threshold impact as well?( I tried to change ROOTNET's joints_shuffle to torch.tensor, but the problem remained, also tweaked quick_start's threshold a bit). For visualization I assume using from utils.vis_utils import draw_shifted_pts, show_obj_skel, show_mesh_vox. Thanks.

from rignet.

zhan-xu avatar zhan-xu commented on August 14, 2024

The network only learns the bandwidth. The threshold need to be set by the user. Yes you can use draw_shifted_pts to visualize the shifted points, draw_joints to visualize intermedia joints after meanshift.

from rignet.

artursahak avatar artursahak commented on August 14, 2024

What threshold would you advise for training human models only?(my collected dataset consists only of human models)

from rignet.

artursahak avatar artursahak commented on August 14, 2024

I think this issue comes from run_root_cls.py. Joints_shuffle are not obsolete and in run_root_cls.py the last checkpoint rushes out an error, and I think that it corrupts the file.

from rignet.

artursahak avatar artursahak commented on August 14, 2024

Epoch50. train_loss: 0.101977. Epoch50. val_loss: 0.817965. val_acc: 0.880000 Epoch50. test_loss: 1.348911. test_acc: 0.909091 => loading checkpoint 'checkpoints/rootnet\model_best.pth.tar' => loaded checkpoint 'checkpoints/rootnet\model_best.pth.tar' (epoch 41) Traceback (most recent call last): File "run_root_cls.py", line 184, in <module> main(parser.parse_args()) File "run_root_cls.py", line 111, in main test_loss, test_acc = test(test_loader, model, args) TypeError: test() takes 2 positional arguments but 3 were given

from rignet.

artursahak avatar artursahak commented on August 14, 2024

I visualized and no joints were found. You were right, but what may be the problem? I viewvox-ed the binvox-es, and the axis are aligned with obj.s's axes. Do you have any other idea why this error might persist?

from rignet.

artursahak avatar artursahak commented on August 14, 2024

I am closing this issue, because the problem is clear, but I need your advising. Sincerely,Artur.

from rignet.

artursahak avatar artursahak commented on August 14, 2024

Running all the files in given order and deleting the former checkpoints that I used to override upon, solved the issue. But the prediction isn't as good, maybe because only 50 models were given. Anyway, thanks.

from rignet.

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.