Georgia Gkioxari
Georgia Gkioxari
If you want to submit a PR to fix it, please do so!
TexturesUV supports only one image for now.
@classner This is NDC coordinates, so `(0,0)` is the center of the image.
This is a great point! I have also recently hacked the KNN C++/CUDA implementation to use other `distance` functions, beyond L2. In my case it was a simple L1, but...
The definition of chamfer is what you call here "bidirectional". If you want to compute only the one-directional distance, this should likely be called something else, not chamfer. We can...
Hi @myaldiz! PyTorch3D's rendering feature was designed in a modular fashion such that any shading, including custom shaders, can be added to the pipeline. Your idea of implementing a PBR...
This sounds reasonable. I wouldn't replace the 1extend1 functionality, as that is needed, but I'd enhance the data structures with the `repeat` functionality. If you wish to make a PR...
@sibowi This is a great feature request and we will add it to our list. Note that while we don't have the function ready-to-use we have all the components so...
This sounds like a great suggestion! We will discuss this with our team and will comment here for a timeline.
Hi @karim-eladl You are right. We don't cast shadows currently on to the objects. This would be a nice feature to have but it's not in our immediate roadmap. However,...