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
pretrained model: https://download.pytorch.org/models/resnet18-5c106cde.pth
Traceback (most recent call last):
File "tools/detect.py", line 84, in
process(args)
File "tools/detect.py", line 73, in process
detect.run(p)
File "tools/detect.py", line 47, in run
data = self.preprocess(data)
File "tools/detect.py", line 29, in preprocess
data = self.processes(data)
File "/content/gdrive/My Drive/Staj/lanedet/lanedet/lanedet/datasets/process/process.py", line 35, in call
data = t(data)
File "/content/gdrive/My Drive/Staj/lanedet/lanedet/lanedet/datasets/process/generate_lane_line.py", line 132, in call
line_strings.clip_out_of_image_()
AttributeError: 'LineStringsOnImage' object has no attribute 'clip_out_of_image_'
At first I got the error on this issue: #6 . Than I modify the code as you suggested and now I'm getting this AttributeError. I'm working on google colab if that's relevant.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi, first of all thanks for everything, great work!
I have a problem running the inference code:
python tools/detect.py configs/laneatt/resnet18_culane.py --img ./05081544_0305-005400.jpg --load_from laneatt_r18_culane.pth --savedir ./test
pretrained model: https://download.pytorch.org/models/resnet18-5c106cde.pth
Traceback (most recent call last):
File "tools/detect.py", line 84, in
process(args)
File "tools/detect.py", line 73, in process
detect.run(p)
File "tools/detect.py", line 47, in run
data = self.preprocess(data)
File "tools/detect.py", line 29, in preprocess
data = self.processes(data)
File "/content/gdrive/My Drive/Staj/lanedet/lanedet/lanedet/datasets/process/process.py", line 35, in call
data = t(data)
File "/content/gdrive/My Drive/Staj/lanedet/lanedet/lanedet/datasets/process/generate_lane_line.py", line 132, in call
line_strings.clip_out_of_image_()
AttributeError: 'LineStringsOnImage' object has no attribute 'clip_out_of_image_'
At first I got the error on this issue: #6 . Than I modify the code as you suggested and now I'm getting this AttributeError. I'm working on google colab if that's relevant.
Thank you.
The text was updated successfully, but these errors were encountered: