lzqsd / InverseRenderingOfIndoorScene

MIT License
292 stars 33 forks source link

Test model on a single GPU and windows #13

Closed FBehrad closed 1 year ago

FBehrad commented 1 year ago

Hello, I have tried to test the model on a single gpu and windows. Unfortunately, I faced too many errors. My current problem is the following: The "freeze_support()" line can be omitted if the program is not going to be frozen to produce an executable.

I solved the problem according to this [link](https://minerl.io/docs/notes/windows.html#:~:text=The%20%22freeze_support()%22%20line%20can,code%20from%20executing%20multiple%20times.). But, now when I run the code it quickly stops without producing outputs.

Has anyone ran this repo on a single GPU?

FBehrad commented 1 year ago

I used testReal.py and modified the code slightly. Now, its working.

huynhtruc0309 commented 5 months ago

How you run it with single GPU? Can you provide testReal.py you modified?