voldemortX / pytorch-auto-drive

PytorchAutoDrive: Segmentation models (ERFNet, ENet, DeepLab, FCN...) and Lane detection models (SCNN, RESA, LSTR, LaneATT, BézierLaneNet...) based on PyTorch with fast training, visualization, benchmarking & deployment help
BSD 3-Clause "New" or "Revised" License
842 stars 138 forks source link

llamas test #178

Open wlp1213 opened 3 hours ago

wlp1213 commented 3 hours ago

Hi, how can I obtain the final F1 score when the test set labels are not provided in llamas? After running python main_landet.py --test --config=configs/lane_detection/bezierlanenet/resnet18_llamas_aug1b.py --mixed-precision there is no final result in log.txt.

voldemortX commented 3 hours ago

Hi, how can I obtain the final F1 score when the test set labels are not provided in llamas? After running python main_landet.py --test --config=configs/lane_detection/bezierlanenet/resnet18_llamas_aug1b.py --mixed-precision there is no final result in log.txt.

@wlp1213 I remember the llamas test results can only be obtained in their online server?