This repo contains scripts for object detection task. Some tutorials written in Bahasa Indonesia available in my blog.
You can access it in folder /scripts. When you want to use it, you should move it to the parent folder.
xml_to_csv.py: convert PASCAL VOC xml format to csvgenerate_labelmap.py: generate label_map.pbtxtgenerate_tfrecord.py: generate tfrecord filenormalizer.py: if your subfolder format is grouped by classes. this script merge two same image with different xml filesfolder_check.py: will raise an error if there are folder that contains different number of image and xml filesExplorer.ipynb: to analyze the dataset
Detectron.ipynb: A simple tutorial of object detection using Facebook Detectron2 Framework
I combine and modify Raccoon and Kangaroo dataset by Experincor. Datasets are available here and here. Thank You!