Detect objects from Image

Hi everyone,
I’m working on object detection and need to identify all objects in a series of images using 2D bounding boxes and their corresponding labels. Could you please help with a AI studio?.

Google AI studio’da istem oluşura sorduğumda aşağıdaki adımları söyledi. Google AI Studio buna detaylı cevap verebilir.

" 1. Veri Setini Hazırla: Görüntüleri topla, nesneleri sınırlayıcı kutularla etiketle ve veri setini böl.
2. Model Seç: Faster R-CNN, YOLO veya SSD gibi bir nesne algılama modeli seç.

  1. Modeli Eğit: Önceden eğitilmiş bir modeli transfer öğrenimi ile kendi veri setinde eğit.

  2. Modeli Değerlendir: Test verisiyle doğruluğu ölç.

  3. Çıkarım Yap: Eğitilmiş modeli yeni görüntülerde kullanarak nesneleri algıla.

Araçlar: TensorFlow/PyTorch, Detectron2/TensorFlow Object Detection API, LabelImg/VIA/Supervisely.

İpuçları: Veri artırma, hiperparametre ayarlama, GPU kullan.“”"

Hi @Yoges.C, Welcome to the forum!!

You can use spatial understanding under starter app in AI Studio to draw bounding boxes. Here is a video which describe how you can achieve this. Also, if you wanna use SDK then follow this cookbook.

Thanks.