Species Classification Model Training

JSONL Conversion

The first step in the training process is to convert the COCO JSON file to JSONL format. This is done using the following script:

Link to script

The above script relates to image classification, which technically doesn’t require bounding box data. If we needed a JSONL file for object detection, we would use the following script:

Link to script