Giter VIP home page Giter VIP logo

Comments (5)

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

Hi, could you try to reduce the number of faces in the remeshed OBJ files? I modified a bit weeks ago in geometric_proc/compute_pretrain_attn.py . Take a look at Line 209-210

if subsampling:
     mesh = mesh.simplify_quadric_decimation(3000)

You can do similar things here. In general, this is because your remeshed OBJ file has too many faces. I will also modify here when I have more time.

from rignet.

artursahak avatar artursahak commented on August 13, 2024

Yes, thank you. I manually updated models with meshlab to contain 3000 faces.
In the meantime I have an invalid literal int for files in train folder after gen_dataset.py worked.
File "C:\JavaTemp\RigNet\datasets\skeleton_dataset.py", line 107, in process name = int(v_filename.split('/')[-1].split('_')[0]) ValueError: invalid literal for int() with base 10: 'C:\\JavaTemp\\Dataset\\train\\1'

Would be great to hear your advice.

from rignet.

artursahak avatar artursahak commented on August 13, 2024

In addition to that the rigs are "mixamo" rigs. Can it affect anyhow the result and spawn the error?

from rignet.

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

Instead of ".split('/')", you may need ".split('\')", also check the value of "v_filename.split('/')[-1].split('_')[0]". You can modify the code to adapt to your path.
I didn't try mixamo data on rignet before. I assume you might need to tune the threshold to for it.

from rignet.

artursahak avatar artursahak commented on August 13, 2024

Thank you very much, all the files are organized and trained, but there is another issue which I am working hard on(opened an issue :D).

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.