pytorch-yolo-v3 icon indicating copy to clipboard operation
pytorch-yolo-v3 copied to clipboard

Taking numpy array as input

Open AmirHarvey opened this issue 5 years ago • 0 comments

Hello @ayooshkathuria,

I am trying to apply your code on carla simulator, so i added two cameras and i want to use object detection on their outputs which are numpy arrays so instead of using images, videos or webcam as input for YOLOv3 how can i use the cameras output?

Any help would be much appreciated.

AmirHarvey avatar Jun 14 '20 15:06 AmirHarvey