PyTorch-YOLOv3
PyTorch-YOLOv3 copied to clipboard
Minimal PyTorch implementation of YOLOv3
## What I'm trying to do I want to be able to have thersholds per class in the evaluate stage. Most significantly the confidence threshold, the nms threshold could also...
When i want to train the model on multiple gpus, this error appears.So I can only train it on gpu:0
Hi, thank you for building this pytorch version of YOLO v3. I am implementing my codes on the basis of this project. I used the darknet model in this project...
I am running my model on Google Cloud with 8vCPUs and 52GB RAM and 1GPU - Nvidia Tesla P100 with a batch size of 16. But, It is taking around...
I met error as below when I try to train the custom data(512*512 jpg images). What is the problem? Please review my error message. ------------------------------------------------------------------------------------------- >python3 train.py --model_def config/yolov3-custom.cfg --data_config...
I am passing in **model = Darknet(config_file, img_size=opt_img_size).to(device)** into my custom class method as an object. Previously the model did not output any detections. I found out that the problem...
Has anyone been able to reproduce the mAP of ~55 by running: python3 test.py --weights_path weights/yolov3.weights I was only able to get mAP 50? I got mAP 53 by setting...
I am trying to run training on two GPUs ``` StreamExecutor device (0): GeForce RTX 2080 Ti, Compute Capability 7.5 StreamExecutor device (1): GeForce RTX 2080 Ti, Compute Capability 7.5...