Piotr Pasza Storożenko

Results 7 comments of Piotr Pasza Storożenko

Thanks, but I'd like to understand better how to perform efficient joins in the first place. After looking at [h2o benchmarks](https://h2oai.github.io/db-benchmark/) I want to take a deep dive into `polars`...

@lin-girl, thanks for answering! I've tried what you've written but I get: ``` python demos/demo_reconstruct.py -i TestSamples/examples --saveDepth True --saveObj True creating the FLAME Decoder trained model found. load /home/jupyter/DECA/data/deca_model.tar...

Thanks for answering @Nyquist0 !!! The results seem different but I still get the following error regarding `template.mtl` ``` python demos/demo_reconstruct.py -i TestSamples/examples --saveDepth True --saveObj True --useTex True creating...

Hmm, thanks for answering, but it's a raised by pytorch3d. Maybe I didn't explain it clearly, but the `template.mtl` file doesn't really exist anywhere on the disk. Should it be...

At my server they're being downloaded to `~/Downloads` instead. Maybe someone will find it useful

I encountered the same issue and found the solution. If you scroll a bit the error message, you will find there's a problem with `UNet` initialization. This is because `UNet`...