Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
0 answers
68 views

I'm working on an image classification project using a custom-trained ResNet50 model with ImageAI, but I'm encountering a persistent loading error that prevents me from using my trained model for ...
-1 votes
1 answer
100 views

Here my docker compose file version: '3' services: magic: image: mageai/mageai:latest command: mage start ${PROJECT_NAME} env_file: - .env build: context: . ...
2 votes
2 answers
9k views

ValueError: File format not supported: filepath=C:\Users\fedmor\Desktop\AI\resnet50_coco_best_v2.0.1 (1). Keras 3 only supports V3 .keras files and legacy H5 format files (.h5 extension). Note that ...
1 vote
1 answer
303 views

I am using a data pipeline tool and I'm trying to integrate with a MYSQL database in Docker "local-mysql" that has its own container on port 3306. While the data pipeline tool called Mage....
KD_Raj's user avatar
  • 345
1 vote
1 answer
301 views

I am new to PythonAnywhere and facing an issue while deploying my Flask app. The app works fine on my local PC, but I encountered problems when deploying it to PythonAnywhere. Specifically, when I ...
0 votes
0 answers
111 views

I am looking to complete a simple live feed object detection tutorial from the 'imageai' documentation (https://imageai.readthedocs.io/en/latest/video/index.html). As per tutorial the code is ...
starship's user avatar
0 votes
1 answer
413 views

I am using ImageAI to draw bounding boxes on images. from imageai.Detection import ObjectDetection detector = ObjectDetection() detector.setModelTypeAsRetinaNet() # Load model model_path = '...
0 votes
1 answer
1k views

I am trying to install imageai in Python3.10. It is installed but when I import the module imageai, it requires installing pytorch and torchvision: Dependency error!!! PyTorch and TorchVision are not ...
1 vote
0 answers
51 views

I am using the imageai.Detection.Custom.CustomObjectDetection class to label my test image based on the model that I trained. The model was trained using the imageai.Detection.Custom....
0 votes
2 answers
2k views

I installed imageai,tensorflow,keras in python with pip i typed this code from imageai.Detection import ObjectDetection it shows this error ModuleNotFoundError: No module named 'keras.layers....
0 votes
0 answers
217 views

I'm using imageAI with tensorflow and keras. Now I get the problem is : ModuleNotFoundError: No module named 'tensorflow.python.platform' I have find many different methods to solve it, but they do ...
2 votes
0 answers
898 views

I've been using the image AI library to create a simple object detection system using python, which currently records video using the webcam and as far as I can tell detects objects live, once the ...
jerico's user avatar
  • 21
1 vote
0 answers
341 views

Hi sorry for the cringe "tell me what this means" question but I can't seem to figure it out... Here's the code from imageai.Classification.Custom import ClassificationModelTrainer ...
0 votes
0 answers
261 views

Hello everyone I want to count the number of objects in a video using the imageai library. This is my source code: from imageai.Detection import ObjectDetection import cv2 import time video = cv2....
0 votes
1 answer
207 views

I'd like to detect when my dog sets foot in the lawn. In the attached image, that brown-reddish dirt strip will eventually become my lawn. I have a fixed camera that streams a live video of my ...

15 30 50 per page
1
2 3 4 5

AltStyle によって変換されたページ (->オリジナル) /