YOLO-series icon indicating copy to clipboard operation
YOLO-series copied to clipboard

A series of notebooks describing how to use YOLO (darkflow) in python

Results 41 YOLO-series issues
Sort by recently updated
recently updated
newest added

Stacktrace is as follows: `Traceback (most recent call last): File "C:\Users\Paperspace\Downloads\darkflow-master\new_model_data\draw_box.py", line 52, in mngr.window.setGeometry(250, 120, 1280, 1024) File "C:\Program Files (x86)\Python36-32\lib\tkinter\__init__.py", line 2095, in __getattr__ return getattr(self.tk, attr) AttributeError:...

I'm facing this issue in the program draw_box.py. The images are loading one by one in Spyder IDE and even in Jupyter but the code : `bbox=plt.connect('key_press_event', toggle_selector)` `key=plt.connect('key_press_event', onkeypress)`...

Hi sorry, which part of the video that you mentioned about the extension of -fs- when training data have done. As mentioned in pt8 (15:03), I mean the code part...

import os import urllib.request as ulib from bs4 import BeautifulSoup as Soup import json url_a = 'https://www.google.com/search?ei=1m7NWePfFYaGmQG51q7IBg&hl=en&q={}' url_b = '\&tbm=isch&ved=0ahUKEwjjovnD7sjWAhUGQyYKHTmrC2kQuT0I7gEoAQ&start={}' url_c = '\&yv=2&vet=10ahUKEwjjovnD7sjWAhUGQyYKHTmrC2kQuT0I7gEoAQ.1m7NWePfFYaGmQG51q7IBg' url_d = '\.i&ijn=1&asearch=ichunk&async=_id:rg_s,_pms:s' url_base = ''.join((url_a, url_b,...

`"/home/bhavesh/Object Detection/env/bin/python" "/home/bhavesh/Object Detection/YOLO-series/part5 - get_images.py" Traceback (most recent call last): File "/home/bhavesh/Object Detection/YOLO-series/part5 - get_images.py", line 41, in links = get_links(search_name) File "/home/bhavesh/Object Detection/YOLO-series/part5 - get_images.py", line 21, in...

How to eliminate multiple object detection? I searched online and found Non-maximum suppression(NMS) method. But I could not implement it for my custom object detection.

getting the below error while importing the darkflow.net.build import TFNet ModuleNotFoundError Traceback (most recent call last) in 1 import cv2 ----> 2 from darkflow.net.build import TFNet 3 import matplotlib.pyplot as...