chaitanya100100 / TailorNet

Code for our CVPR 2020 (ORAL) paper - TailorNet: Predicting Clothing in 3D as a Function of Human Pose, Shape and Garment Style.
https://virtualhumans.mpi-inf.mpg.de/tailornet/
Other
408 stars 67 forks source link

Real time Rendering using WebGL. Or any other way to visualize the data? Like in a Game Engine? (Unity or any other?) #20

Closed aapatre closed 3 years ago

aapatre commented 3 years ago

Is it possible to directly render the result in web based graphic libraries in real time, instead of using Blender?

chaitanya100100 commented 3 years ago

Yes, it is possible to run TailorNet real-time and stream its results using any renderer. It might require significant engineering effort to put the pieces together. Do note that we provide TailorNet code and data for research purposes only so it is out of the scope of this repository.

aapatre commented 3 years ago

Thank you!