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
Downloading https://ultralytics.com/assets/Arial.ttf to /root/.config/Ultralytics/Arial.ttf...
Traceback (most recent call last):
File "/content/drive/MyDrive/yolov5_all-main/train.py", line 37, in
from models.yolo import Model
File "/content/drive/MyDrive/yolov5_all-main/models/yolo.py", line 288
MobileNetV3_Block, MobileNetV2_Block,CBAM]:
^
SyntaxError: invalid character in identifier
Downloading https://ultralytics.com/assets/Arial.ttf to /root/.config/Ultralytics/Arial.ttf...
Traceback (most recent call last):
File "/content/drive/MyDrive/yolov5_all-main/train.py", line 37, in
from models.yolo import Model
File "/content/drive/MyDrive/yolov5_all-main/models/yolo.py", line 288
MobileNetV3_Block, MobileNetV2_Block,CBAM]:
^
SyntaxError: invalid character in identifier
是不是应该在yolo.py中导入
from models.common import Conv, Bottleneck, SPP, DWConv, Focus, BottleneckCSP, Concat, CBAM
The text was updated successfully, but these errors were encountered: