Ritwik Singh
Ritwik Singh
Hi, Can we use any other GPUs except CUDA? Alteast for `Density Point Cloud` and `Reconstruction Mesh` calculations.
Hi, I'm just curious to know python version of this repo is available. If yes, then plz share Thx.
I have run this ``` from RealtimeTTS import TextToAudioStream, SystemEngine, AzureEngine, ElevenlabsEngine engine = SystemEngine() # replace with your TTS engine stream = TextToAudioStream(engine) stream.feed("Hello world! How are you today?")...
Hi, I have got an Attribute error while importing the model module. `from model import Model` I have also checked over StackOverflow but nothing soved. `numpy version: 1.23.5` #### ─────────────────────────────────────**Error...
Hi plz help me to find out the way to create poses_bounds.npy file. Tnx in adv.
viewdirs: [..., 3], if not None, this variable will be part of the input to the second part of the MLP concatenated with the output vector of the first part...
Hi, Can someone help me figure out the input shape of the model I want to convert into ONNX format to test over an Intel GPU? Thanks