pytorch-yolo-v3
pytorch-yolo-v3 copied to clipboard
A PyTorch implementation of the YOLO v3 object detection algorithm
I dowload this weights and cfg: https://github.com/PengyiZhang/SlimYOLOv3 original tensor size: torch.Size([1, 3, 608, 608]) I got this error: with map1 and map2 with sizes in darknet.py file: torch.Size([1, 12, 2,...
Hi. I want to implement yolov3 with resnet-101 as its backbone. I find resnet-101.cfg file on dartnet official website and place it as backbone on yolov3-spp.cfg instead of darknet53. But...
Picture output fails in Windows system, since the path is not correctly obtained. `det_names = pd.Series(imlist).apply(lambda x: "{}/det_{}".format(args.det, x.split("/")[-1]))` This trouble result from that Windows use '\' as seperator, which...
I tried to use it and I had some error without try exception handling, so I pull request this matter.
This might be the most trivial pull request ever as it not impacting the execution of the code. However, when deconstructing the code to understand it this line caused a...
Hi! Thank you for building up this pytorch project. I am modifying the project to my own needs, which requires the output of the model has gradients. However, the darknet...
I have 3 class(person,sofa and cats). I would like to print output when cats are being detected and no output when person and sofa being detected. Been going through the...
Hi, What is the status of the train branch ? I'd be down for contributing if you wish ?