Skip to content

Commit

Permalink
Patch update to support YOLOv3 on Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
milank94 committed Apr 9, 2024
1 parent acb817b commit 03d29d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion model_demos/cv_demos/yolo_v3/holli_src/yolov3_base.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import importlib
from abc import ABCMeta, abstractmethod
from collections import Iterable, OrderedDict, defaultdict
from collections import OrderedDict, defaultdict
from collections.abc import Iterable

import torch
import torch.nn as nn
Expand Down

0 comments on commit 03d29d8

Please sign in to comment.