Train-YOLOv3-with-OpenImagesV4
Train-YOLOv3-with-OpenImagesV4 copied to clipboard
End-to-end tutorial on data prep and training PJReddie's YOLOv3 to detect custom objects, using Google Open Images V4 Dataset. Includes instructions on downloading specific classes from OIv4, as well...
Hi WyattAutomation@, thank you for putting together a really useful tutorial. I've been trying to train a model with three classes: Human body, head, and hand and here is the...
Sooo, here is my issue: ``` bi@Nvidia-Learning ~/darknet $ ./darknet detect cfg/deer.data cfg/deer.cfg ../backup/deer_10000.weights ../trailcam_images/rYB688x3wvZtB2Y3GY5McKv25ip43Ms01NMgv5VG.jpeg Segmentation fault ``` If I exclude the `cfg/deer.data` then it runs fine and detects what...