Jim O.

Results 6 issues of Jim O.

Can somebody please tell me what I am doing wrong here? ``` from PIL import Image, ImageDraw from imageai.Detection import ObjectDetection import os execution_path = os.getcwd() detector = ObjectDetection() detector.setModelTypeAsYOLOv3()...

Hi, I have a noob question. I get an error message each time I use my image. ``ValueError: Input 0 is incompatible with layer model_3: expected shape=(None, None, None, 3),...

Hi, thanks for the ready-to-go python script. It makes my life so much easier. I was able to successfully replicate your study using your **_existing_** photos. However, I was not...

Hello, I'm using the "Common Crawl (840B tokens, 2.2M vocab, cased, 300d vectors, 2.03 GB download)" pre-trained vectors to replicate a study. I ran the ``demo.sh`` smoothly, and I want...

I'm looking forward to your tutorial!!

Hi, I can't seem to get pass this error. Can you please help? ``` --------------------------------------------------------------------------- GetoptError Traceback (most recent call last) in 69 print(__doc__) 70 import sys, getopt ---> 71...