Code Monkey home page Code Monkey logo

ag3d's People

Contributors

zj-dong avatar

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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ag3d's Issues

About the label

May I ask which work the author obtained the 'cam2world_matrix' in the label from? Thank you very much!

without NIVIDia

can I use it without NIVIDIA GPU if yes then what is the option

When would the dataset of processing function of dataset be released

I'm interested in your work and want to train a new model with your code. However, I don't know the contents of your datasets and the processing way of the datasets.
Do you have a schedule to tell me when the data will be released?
I am looking forward to your reply. Thank you!

How to run training code?

Thanks for sharing this great work, I'm trying to compare with your method and have to re-train your model. I saw the training folder but there are no instructions on how to run it, maybe could you provide some instructions? Thanks!

TypeError in cuda_gridsample.py during test script execution

Environment Information:
• OS: Ubuntu (specify version, e.g., 22.04)
• Python Version: 3.9
• PyTorch Version: 2.0.1
• CUDA Version: 11.7
• GCC Version: 11.4.0
• G++ Version: 11.4.0
• PyTorch3D Version: 0.7.6 (if applicable)
Issue Description: Encountering a TypeError when trying to run the test script test.py. The command used was:
python test.py --network=./model/deep_fashion.pkl --pose_dist=./data/dp_pose_dist.npy --output_path './result/deepfashion' --res=512 --truncation=0.7 --number=100 --type=gen_samples
The error message points to the cuda_gridsample.py file, with the specific error:
TypeError: 'tuple' object is not callable
This error occurs during the execution of a PyTorch custom CUDA operation, specifically at line 47 of cuda_gridsample.py.
Troubleshooting Steps Attempted:

  1. Verified that the environment meets the project's documentation requirements.
  2. Reinstalled all dependencies in a new Conda environment.
  3. Checked compatibility between PyTorch and CUDA versions.
  4. Attempted compilation with different versions of GCC and G++.
    Additional Information:
    • Any other relevant configuration and environmental information.
    • List any other solutions that were attempted.
    I suspect this may be an environment configuration issue, but still encounter this error after setting up according to the project documentation. I would appreciate any guidance and help, thank you!

mesh

Can I get a mesh with color and texture?

Missing evaluation data

Hi, where could we download the evaluation data eva3d_icon.zip to reproduce the numbers? Thanks

Texture?

Hi, thank you for sharing your work. I just want to know about does you model can do body texture?

I also want to know how did you animate these mesh model? Did you use auto rigged function ? Can we output 3D mesh obj ?

not clonning

it is not clonning on command prompt and stucked by giving EOF error at 29 percent, also not working on colab when we activate and also not having pytorch exact version

Is there a problem with the output of the discriminator?

The generator is pre-trained and I used the dual discriminator just like:

ag3d_discriminator = legacy.load_network_pkl(f)['D'].to(args.device)
output = G.only_synthesis(ws=ws, c=c, truncation_psi=truncation)
full_logit = ag3d_discriminator.D_image(output,c)

but i got a low confidence around -10 , is that normal?

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.