CAIC-AD / YOLOPv2

YOLOPv2: Better, Faster, Stronger for Panoptic driving Perception
MIT License
540 stars 67 forks source link

model has some problem? #38

Closed zehranrgi closed 1 year ago

zehranrgi commented 1 year ago

When I searched for (below) this problem, the model seems to have some problems. Has anyone tried using pt model?

I tried at two different machines(also with, CPU and GPU), same issue...

   161     if isinstance(f, str) or isinstance(f, pathlib.Path):
--> 162         cpp_module = torch._C.import_ir_module(cu, str(f), map_location, _extra_files)
    163     else:
    164         cpp_module = torch._C.import_ir_module_from_buffer(

RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory
sgzqc commented 1 year ago

Please check this three blogs: 1) YOLOPv2 2) YOLOP 3) HybridNets