MedChaabane / DEFT

Joint detection and tracking model named DEFT, or ``Detection Embeddings for Tracking." Our approach relies on an appearance-based object matching network jointly-learned with an underlying object detection network. An LSTM is also added to capture motion constraints.
MIT License
268 stars 43 forks source link

Occlusion tracking evaluation #18

Open cdiazruiz opened 3 years ago

cdiazruiz commented 3 years ago

In the paper there is an evaluation on the nuScenes validation front camera videos, according to difficulty factors of occlusion and inter-frame displacement. Were the visibility tokens used to establish if an instance was occluded? If so, what was considered occluded? Could the script for this eval be shared?