Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testing my own dataset #351

Open
MittalHarsh27 opened this issue Jun 22, 2023 · 0 comments
Open

testing my own dataset #351

MittalHarsh27 opened this issue Jun 22, 2023 · 0 comments

Comments

@MittalHarsh27
Copy link

Hi, I am trying to test the algorithm on my own dataset of image size as 2448 * 880, but I am unable to generate result of f1 measure and recall scores based on the SCNN repository mentioned in SCNN Tensorflow. I have pre processed my data according to CULane as well and I didn't get any error while running tools/test_lane.py but I wasn't getting scores in the end.

Can you please help me with resolving this issue?

This is the output I get in the last

------------Configuration---------
anno_dir: ../../data/CULane/
detect_dir: ../../tools/output/vgg_SCNN_DULR_w9/
im_dir: ../../data/CULane/
list_im_file: ../../data/CULane/list/test.txt
width_lane: 30
iou_threshold: 0.5
im_width: 2448
im_height: 880

Evaluating the results...
tp: 0 fp: 480 fn: 222
finished process file
precision: 0
recall: 0
Fmeasure: -nan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant