I'm wondering if it's possible to run 2 videos simultaneously as inputs of ultralytics yolo v3..
my goal is fuse the bbox of two videos... (data fusion)
but I'm curious if it is initially possible.
I'd like to ask anyone has tried something like this before..
trying to manipulate detect.py
Yes, it's possible to process two videos simultaneously using Ultralytics YOLOv3 with PyTorch.
Example code with python:
LoadStreams class in detect.py: