RingNet icon indicating copy to clipboard operation
RingNet copied to clipboard

Learning to Regress 3D Face Shape and Expression from an Image without 3D Supervision

Results 25 RingNet issues
Sort by recently updated
recently updated
newest added

I have downloaded the source code and models of RingNet and tried days to make it work on Python 3.6.8 and Windows 10. But it is constantly throwing bugs like...

Hi, @soubhiksanyal I'm able to install all the requirements in order to run RingNet but while executing ``` !python -m demo --img_path ./input_images/000013.jpg --out_folder ./RingNet_output --save_obj_file=True --save_flame_parameters=True --neutralize_expression=True ``` in...

i try to make batchsize>1 to inference, but failed. only change run_Ringnet.py "self.batch_size" not help? could you give me any solution? @soubhiksanyal @TimoBolkart

Hi~ Thank you so much for your amazing work! I originally wanted to use the following code to remove the global rotation of the generated model, but because of the...

I downloads ana run your code on my platform follow your instruction, and I have download all the dependence of this project, but I find dispite the demo picture, all...

Hi, I tried to run the demo on RTX2060 6G, unfortunately ran out of gpu memory, so I want to know what is the minimum GPU memory requirement? ``` GPU:0...

Hi,Soubhik! Thank you so much for your great work! Now, I want to use your pretrained RingNet weights in opencv, so I need the config file to generate .pbtxt file.I...

![image](https://user-images.githubusercontent.com/65192528/95333305-74d68d80-0861-11eb-896e-24665b8dc5a2.png) Hi, Thanks for your great work. I can't download your NoW dataset as I face this page every time I try!

Hi, I am using python3.6, converted code from python 2 to python 3 and installed mesh as you mentioned. ![image](https://user-images.githubusercontent.com/13717573/107189589-9e6e1400-6a0f-11eb-84d5-e92c8e812da8.png) (Ring_Net) dms@BSrv-013U:~/Desktop/data1/PraveenN/experimental/RingNet-master$ conda list # packages in environment at /home/dms/miniconda3/envs/Ring_Net:...

@soubhiksanyal @TimoBolkart Is there any chance you guys will be uploading the network architecture file soon?