-
In setup.py, all dependencies are stated with "==". This prevents us from using imageai with another library which uses a newer version of these dependencies on the same virtual environment. Is it pos…
-
I run code :
from imageai.Prediction import ImagePrediction
import os
execution_path = os.getcwd()
predictor = ImagePrediction()
predictor.setModelTypeAsResNet()
predictor.setModelPath(…
vc815 updated
5 years ago
-
So I have spent a good day messing with python versions, CUDA, versions and package versions. Can someone add to this project supported combinations that actually work together, or even better yet, ad…
-
Hi.
I am trying to train the model ImageAI but I get this error.
I was previously getting the error regarding the floatt AttributeError: module 'tensorflow' has no attribute 'to_float'
and it…
-
I followed the same steps as in the example code as in `custom_train_detection.py` (or as in this [medium article](https://medium.com/deepquestai/train-object-detection-ai-with-6-lines-of-code-6d08706…
-
When I try running the Video Object Detection, the resulting detection clip is trimmed to just 2 seconds long, even though my video is longer. Does anyone know how to resolve this issue?
-
Hello everyone,
I trained 2 different models with 2 different classes. Then I tried to predict two different images with each of those models but the prediction result always returns the classes fr…
-
when I detected the object by my trained custom model, I had the mistake.I don't know what's wrong
I hope someone can help me . thanks
OverflowError Traceback (most rece…
-
Hi,
I was trying to run:
`make_image_analogy.py images/arch-mask.jpg images/arch.jpg images/arch-newmask.jpg out/arch`
When I got this:
`AttributeError: module 'tensorflow.python.framework.…
-
- [x] Determinar as tarefas no GitHub
---
- [x] **Criação do orquestrador**
- [x] Criar o robô de comandos.
- [x] Iniciar robô de texto.
- [x] Iniciar robô de imagens.
- [x] Iniciar rob…