SainsburyWellcomeCentre / crabs-exploration

A toolkit for detecting and tracking crabs in the field.
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Export detections as VIA compatible json #231

Open sfmig opened 3 weeks ago

sfmig commented 3 weeks ago

Being able to export the detections as VIA json files may be useful to quickly visualise the results.

We could use the bbox_tensors_to_COCO_dict function under crabs/detector/utils/detection.py.

This is probably linked to the idea of decoupling the steps in the pipeline (mainly running inference for detection and tracking separately) #249