datvuthanh / HybridNets

HybridNets: End-to-End Perception Network
MIT License
570 stars 117 forks source link

When I infer my images, error occurs. How can i solve it? #61

Open lion-ops opened 1 year ago

lion-ops commented 1 year ago
image

my image shape is (1028, 1232, 3)

When training, my image shape is (717, 1276, 3). Training and validating procession is ok.

luceeleven commented 1 year ago

https://github.com/datvuthanh/HybridNets/issues/32 You can visit the above issue, it solved the problem for me.

In hybridnets_test, go to cv2.resize and hard code the image shape, that solved the problem for me

lion-ops commented 1 year ago

32 You can visit the above issue, it solved the problem for me.

In hybridnets_test, go to cv2.resize and hard code the image shape, that solved the problem for me

Thank you. The problem stills can not be solved. The image shape is (1024, 1216, 3)

datvuthanh commented 1 year ago

Show your error image.