yanconglin / Deep-Hough-Transform-Line-Priors

Official implementation for Deep-Hough-Transform-Line-Priors (ECCV 2020)
MIT License
164 stars 31 forks source link

Getting ntest:0 during Testing Pretrained Models #17

Closed Qunut999 closed 3 months ago

Qunut999 commented 4 months ago

Hi yancoglin,

I attempted to evaluate the pretrained model using "./process.py config/wireframe.yaml ". However, the terminal shows ntest:0. Could you please advise me on how to resolve this issue?

Thank you for your valuable assistance with this project!

Screenshot from 2024-07-09 17-24-27

yanconglin commented 4 months ago

Looking at the screenshot, I would assume there is a mistake in loading the data, Probably the dataset path is wrong I think, since the number of test samples is 0.

yanconglin commented 3 months ago

Hopefully, the problem has been resolved. Feel free to reopen.

Qunut999 commented 3 months ago

Hi @yanconglin,

I apologize for my late response. Thank you for your suggestion regarding the dataset path. I checked it and it appears to be correct, however, I am still facing the issue with ntest:0. It seems there may be another issue preventing the data from loading properly.

Could you please suggest any other potential causes or diagnostic steps I could take to resolve this issue?

Thank you again for your patience and assistance!

yanconglin commented 3 months ago

The error indicates that the dataloader could not find and list all data samples. I would suggest debug this line.