pytorch-yolo-v3
pytorch-yolo-v3 copied to clipboard
A PyTorch implementation of the YOLO v3 object detection algorithm
Loading network..... Network successfully loaded Traceback (most recent call last): File "D:/pytorch-yolo-v3-master/detect.py", line 150, in batches = list(map(prep_image, imlist, [inp_dim for x in range(len(imlist))])) File "D:\pytorch-yolo-v3-master\preprocess.py", line 39, in prep_image...
Hello, I am getting this error, when I run video_demo.py. `Loading network..... Network successfully loaded Traceback (most recent call last): File "video_demo.py", line 111, in model(get_test_input(inp_dim, CUDA), CUDA) File "C:\Users\Salem\anaconda3\envs\yo1\lib\site-packages\torch\nn\modules\module.py",...
Hello everybody, I get the following error when starting cam_demo.py, and I do not understand what is happening here: `Traceback (most recent call last): File "cam_demo.py", line 90, in model...
Can i train on custom dataset? Thanks.
https://github.com/ayooshkathuria/pytorch-yolo-v3/blob/fbb4ef98d5a598f4c8eded6d618a599b7d289e2f/util.py#L27 grid_size calculation in the predict_transform function. For the stride and grid_size for 3rd prediction layer, the inp_dim is 608 and prediction.size(2) is 52. With floor division, stride is calculated...
Hi! If I want to tain my own data with your model, how to run it? Thanks!
I am not sure how this path is specified there are no folders C:\a\w\..... ``` C:\test\yv3pytak\imgs\messi.jpg predicted in 0.047 seconds Objects Detected: person person person sports ball C:\test\yv3pytak\imgs\person.jpg predicted in...
File "video_demo.py", line 111, in model(get_test_input(inp_dim, CUDA), CUDA) File "C:\Users\Lavector\python3\lib\site-packages\torch\nn\modules\module.py", line 489, in __call__ result = self.forward(*input, **kwargs) File "C:\Users\Lavector\Desktop\imageai\pytorch-yolo-v3-master\darknet.py", line 346, in forward x = outputs[i-1] + outputs[i+from_] RuntimeError:...
while running the object detection using video_demo_half.py script (16-bit half precision floats), I am getting the following error _Traceback (most recent call last): File "video_demo_half.py", line 112, in **model(get_test_input(inp_dim, CUDA),...