Skip to content

Bug in detector_YOLOv3.py #37

@GiorgosBetsos

Description

@GiorgosBetsos

Executing:

python detector_YOLOv3.py

gives the following error:

Traceback (most recent call last):
File "detector_YOLOv3.py", line 67, in
use_gpu=args.gpu
File "d:\source\third-party-repos\multi-object-tracker\motrackers\detectors\yolo.py", line 29, in init
self.layer_names = [layer_names[i [0] - 1] for i in self.net.getUnconnectedOutLayers()]
File "d:\source\third-party-repos\multi-object-tracker\motrackers\detectors\yolo.py", line 29, in
self.layer_names = [layer_names[i [0] - 1] for i in self.net.getUnconnectedOutLayers()]
IndexError: invalid index to scalar variable.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions