PRNet_PyTorch icon indicating copy to clipboard operation
PRNet_PyTorch copied to clipboard

Training & Inference Code of PRNet in PyTorch 1.1.0

Results 12 PRNet_PyTorch issues
Sort by recently updated
recently updated
newest added

## Solution ### Original Code https://github.com/tomguluson92/PRNet_PyTorch/blob/2d30e244855a043eec071baf78e8edbab9c11c78/tools/WLP300dataset.py#L53 ### Fixed version ```python3 if img_id is not None: ... ``` or simply just remove `if img_id:` ## why The `TypeError: cannot unpack non-iterable...

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

Using the inference.py, got some weird results on my images. ![image](https://user-images.githubusercontent.com/10545746/71705580-74651e00-2e1b-11ea-8272-ed19935d2fdc.png) ![image](https://user-images.githubusercontent.com/10545746/71705610-9e1e4500-2e1b-11ea-8781-960bfaf4d0be.png)

how can I get depth image, I get only black image

I can not get the .obj file, this code have some error I can not solve it ![image](https://user-images.githubusercontent.com/33440182/89095225-5cc83500-d3fe-11ea-89b7-dc6f4618e5e3.png)

after training by all 300WLP datasets. when i evaluate the model. the NME is much lower than the paper. what is the problem?

where to download the pytorch1.1.0 version .

Hi, I am on reproducing your training code, however I find the model is pretty small(2 MB). I wonder if it's my training data fault or what. My email :...