Hanqer / deep-hough-transform

Jittor and Pytorch code for paper "Deep Hough Transform for Semantic Line Detection" (ECCV 2020, PAMI 2021)
339 stars 71 forks source link

Warning: image /home/zhaohanguang/deep-hough-transform/deep-hough-transform/data/NKL/train.jpg doesnt exist! #32

Closed ZZZHG closed 2 years ago

ZZZHG commented 2 years ago

Warning: image /home/zhaohanguang/deep-hough-transform/deep-hough-transform/data/NKL/train.jpg doesnt exist! I use your dataset NKL ,how can i do for nkl?

图片

zeakey commented 2 years ago

I didn't even get what your problem is. By the way, the visualization is not necessary.

ZZZHG commented 2 years ago

I didn't even get what your problem is. By the way, the visualization is not necessary.

Thanks

ZZZHG commented 2 years ago

图片 nn.functional.upsample is necessary for train? What can I do for this issue?

Hanqer commented 2 years ago

The above issue is a user warning. you can ignore and still use it, or you can change the nn.funtional.upsample to nn.Upsample as recommended.