Closed hzxwonder closed 1 year ago
Could you post the image? It seems like no valid corner-point detected in this image.
just like this.By the way, can this project detect windows inside the house?
The picture is not the "standard facade" supposed to be predicted. It should be like those in provided dataset.
can this project detect windows inside the house?
I don't know.
Ok, thank you for your reply!
Hello, your work is great! It helps me a lot! But when I run
python infer.py --cfg experiments/resnet/lr1e-3_x120-90-110_center_b2.yaml --model model/resnet18_model_latest.pth.tar --infer ./image
It raise an Error like thatAssertionError: (0, IndexError('too many indices for array: array is 1-dimensional, but 2 were indexed'), '0914D92ED9B1A4ECD498DD1E89BA43B1(1).jpg')
which happens in "\win_det_heatmaps\common_pytorch\net_modules.py" file of line 215. By the way ,0914D92ED9B1A4ECD498DD1E89BA43B1(1).jpg is contained in the "image" directory. Thanks a lot!