pytorch.room.layout icon indicating copy to clipboard operation
pytorch.room.layout copied to clipboard

room layout estimation pytorch project

Results 6 pytorch.room.layout issues
Sort by recently updated
recently updated
newest added

Hello, I have successfully run your code, including images outside of the LSUN dataset. The results are very, very good. One small thing is, that I need to always have...

thanks for your code ,when i run the code to get the drn-d-105,there are a error:raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden。

When I unzip the pre-trained models (sunrgbd.pth.tar and  lsun.pth.tar) are broken Would u like to publish them again?

hi, can you share the post-processing code? @liamw96

When I download sunrgbd.zip, it always failed. Is there any problem with the resources?

Here's what I did: ```mkdir /home/el/code/python/100_liam_wilson_comp_vision_room_analyzer/pytorch.room.layout get virtualenv as root: emerge -avNu virtualenv cd /home/el/code/python/100_liam_wilson_comp_vision_room_analyzer/pytorch.room.layout virtualenv .env source .env/bin/activate #you've left me to guessing and checking versions at this point...