pytorch-yolo-v3
pytorch-yolo-v3 copied to clipboard
Taking numpy array as input
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.