You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: