-
```
from imageai.Detection import ObjectDetection
execution_path = os.getcwd()
detector = ObjectDetection()
detector.setModelTypeAsRetinaNet()
detector.setModelPath(os.path.join(execution_path,…
-
Hello! Faced a problem that ImageAI recognizes a separate object, but when it is on the page, it recognizes the full page as a whole for one object or does not recognize at all. What to do? Thank you …
-
What I wish to do is use object detection to sort out all images from a folder that contain a person and put them in a separate folder. Is this possible with ImageAI, or does the algorithm work only t…
-
devices not set
Traceback (most recent call last):
File "hcaptcha.py", line 305, in
resolver = hCaptcha( '51829642-2cda-4b09-896c-594f89d700cc', 'democaptcha.com' )
File "hcaptcha.py", li…
-
Hello.
I run code of custum detection model training on google Colab using image data of Headset.
Image AI =2.1.5
Tensorflow-GPU = 1.13.1
However, error appeared as follows.
TypeError …
-
In attempt to train prediction on GPU i get error:
Number of experiments (Epochs) : 3
Epoch 1/3
Traceback (most recent call last):
File "C:\Users\navickg\AppData\Local\Programs\Python\Python3…
-
I noticed in the [documentation](https://github.com/OlafenwaMoses/ImageAI/blob/c4baba96dd2ec84105aa7505714e94f547a5486f/imageai/Detection/Custom/CUSTOMDETECTIONTRAINING.md#preparing-your-custom-datase…
-
I came across this problem while working with imageai model, Lets say I have trained the model on 100 samples of images. now after some period, this dataset is appended with 10 new samples. now I want…
-
When i tried converting my trained model (.h5) to tensorflow version ( .pb ), i got the flowing error.
File "C:\Users\hp\Documents\ml\New Model\CustomModel.py", line 13, in
predictor.save_mod…
ola0x updated
5 years ago
-
Hi,
Following error is getting generated when trying to load the model.
ERROR:
TypeError Traceback (most recent call last)
in ()
8 detector.setModelTypeAsRetinaNet()
9 detector.setModelPat…
Aban8 updated
3 years ago