ImageAIDocumentation icon indicating copy to clipboard operation
ImageAIDocumentation copied to clipboard

Official English Documentation of ImageAI

Results 14 ImageAIDocumentation issues
Sort by recently updated
recently updated
newest added

Hi, I ran the video object detection code but at the end of the process I got back this message: `"OpenCV: FFMPEG: tag 0x5634504d/'MP4V' is not supported with codec id...

File "/Users/billjohnsmaci9/anaconda3/lib/python3.11/site-packages/imageai/Classification/Custom/__init__.py", line 542, in classifyImage topN_prob, topN_catid = torch.topk(probabilities, result_count) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ RuntimeError: selected index k out of range How can this be fixed?

custom=detector.CustomObjects(person=True) detections = detector.detectCustomObjectsFromImage( custom_objects=custom, input_image=file_path, output_image_path=o_path ) As per example of documentation, i did this but it gives AttributeError. Then i tried following: from imageai.Detection.Custom import CustomObjectDetection detector =...

i am having a sample size that is signifigantly smaller than the ideal sample soze for my final project, and am having 5 days to finish the training with this...

tensorflow and tensorflow-gpu both library version is using old.

In docs you write, that library works with python 3.7.6, but it seems pretty old today. Is there any newer compatible python version and if so, could you provide dependencies...

4 frames /usr/local/lib/python3.10/dist-packages/scipy/cluster/vq.py in _kpoints(data, k, rng) 501 502 """ --> 503 idx = rng.choice(data.shape[1], size= N, replace=False) 504 return data[idx] 505 mtrand.pyx in numpy.random.mtrand.RandomState.choice() ValueError: a must be greater...

excuse me sir!how can i use imageai with pytorch ? is there a document for it ?