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
I'm working on Debian 10 (Buster). For this repo, I'm using the pre-trained model "resnet34-333f7ec4.pth".
The config file being used is "configs/resa/resa34_culane.py"
The complete traceback error is as follows:
Traceback (most recent call last):
File "tools/detect.py", line 87, in <module>
process(args)
File "tools/detect.py", line 73, in process
detect = Detect(cfg)
File "tools/detect.py", line 26, in __init__
load_network(self.net, self.cfg.load_from)
File "/home/ameya/K/TF/kspace/Auto_Bus/Traffic_Lane_Detection/Traffic_Lane_Detection_3/lanedet/lanedet/utils/net_utils.py", line 48, in load_network
net.load_state_dict(pretrained_model['net'], strict=True)
KeyError: 'net'
When I print the network like print(self.net) in in detect.py, the result is:
I'm working on Debian 10 (Buster). For this repo, I'm using the pre-trained model "resnet34-333f7ec4.pth".
The config file being used is "configs/resa/resa34_culane.py"
The complete traceback error is as follows:
When I print the network like
print(self.net)
in in detect.py, the result is:Can anyone please tell me what I might be doing wrong?
The text was updated successfully, but these errors were encountered: