Closed Haithienbao closed 3 years ago
Epoch: 1 [2/88880 (0%)] Loss: 3.322423 F1-score: 0.0000
Traceback (most recent call last):
File "/content/LaneAF/train_culane.py", line 277, in
Can you confirm that you have all the folders in the CULane dataset organized as described in the README? In particular, make sure the CULane/laneseg_label_w16/
and CULane/laneseg_label_w16_test/
folders exist.
@arangesh Thank you for your help. I downloaded all folders as described in the README. I show it in the photo below
and now I still facing on this error
Could you give me some advice ? Thank you very much
Check this line: https://github.com/sel118/LaneAF/blob/6f020686166660d63e4abf939901394c75bf12db/datasets/culane.py#L117
Maybe you should remove the [1:] part. And don't forget doing this to seg (3 lines below) too.
Can you confirm that you have all the folders in the CULane dataset organized as described in the README? In particular, make sure the
CULane/laneseg_label_w16/
andCULane/laneseg_label_w16_test/
folders exist.
Thank you so much. I solved my problem
When i try to train, i get error like this:
I run this code in google colab, and i use torch-1.7.0+cu101 torchvision-0.8.1+cu101, cuda 10.1. Could you help me solve this problem ? thank you!