PerkLab / MCSTrack

Multi-camera spatial tracking
MIT License
0 stars 4 forks source link

BUG: Unpacking None in Detector resulted in silent exception #45

Closed vaughantnrc closed 3 months ago

vaughantnrc commented 3 months ago

@keiranbarr helped to spot this.

Rampex1 commented 3 months ago

Looks good to me. From my understanding, this commit is just to raise an UpdateCaptureError whenever the image captured is None.

keiranbarr commented 3 months ago

Also looks good to me.