-
Hi,
I am trying to see my rendered 3d mesh from different viewpoints and I am using pytorch3d.vis.plot_scene function for this. I load the mesh and apply new texture like this:
mesh.textures =…
-
Make OptimizeUtils.py more general so that it can handle any number of domains.
Part 1: Change handling of parameters-
- [x] Number of particles
- [x] Use normals
- [x] Attribute scales
…
-
Here's what I see at the end of ellipsoid_cut. Notice there are swapped particles, etc.
https://user-images.githubusercontent.com/1693349/109993135-35ee1c00-7cc9-11eb-9b34-6817d70a3c68.mp4
-
Hello,
I want to run cocosnet demo with command like
python3 image_translation_demo.py \\
-d CPU \\
-m_trn /cocosnet.xml \\
-is /input_mask.png \\
-ri /reference_image.jpg \\
…
-
Hello
I have noticed that "piglet" is missing in the dependencies after installing kaolin.
The missing dependency was found after running the installation script as instructed.
$ python setup.py …
-
Hi @xiangruhuang ,
Thanks a lot for the open source, it is an excellent work. Could also provide instructions or codes for generating training, like I have motion data from AMASS, I want to simul…
-
Re #1220, here are some ideas I came up with today. My feeling about the current logo is:
- It doesn't easily convey in the Play Store what it is (see below for icons used for Bible programs in the s…
-
hello, I download the code and run example.py
but get empty matches, Is anyone having the same problem?
-
Existing pdf parsing solutions are often not high enough quality. This is a wishlist for things we would want in a PDF parser.
- multilingual - should work for all (or at least, a lot of) languages…
-
Hi,
i would like to know the type of LSTM you use and the correspondence between the name of layer from the LSTM model and the name of layer used in Barracuda.
I used the [Lstm page of wikipedi…