Unrelated / Wrong results
#1
by
torridgristle
- opened
I keep getting the same image of the inside of a room with two framed images on the wall, a lamp shade, and a string of lights it's the exact same image each time.
It does spend some time on each run, about 40 seconds, so I think it's actually doing something, but it's not returning the right result.
It worked correctly for a few images on desktop, and now it's giving me an old image repeatedly.
I think that it's giving the last successful image 'result/1.png'
each time, even if python main_test_HWMNet.py
failed, which I suspect happened for a 2048x1536 image. It did work fine for a 1024x768 image, so I suspect it's just failing and returning whatever was last saved to 'result/1.png'
.