Christian Huber

Results 3 issues of Christian Huber

Hi, everytime I want to signup an account, I get this error message: ![grafik](https://user-images.githubusercontent.com/18696575/140070068-e84d4188-becc-450b-94e6-265934de9e20.png) Docker logs do look fine. The MySQL log ends with the following entries: ![grafik](https://user-images.githubusercontent.com/18696575/140070412-23f9d25c-a35a-4d5e-aeb7-a17c79ceb673.png) I tried...

When performing configuration and recording in one step everything works fine ```bash $ ./mmwave --capture-dir testdir1 --configure --record STARTSTATUS 0 | DEV MAP: 32 | [MMWCAS-DSP] TDA Connected! STATUS 0...

## 🚀 Feature MeanAveragePrecision metric computes mAP and mAR for the following area definition: ``` self.bbox_area_ranges = { "all": (float(0**2), float(1e5**2)), "small": (float(0**2), float(32**2)), "medium": (float(32**2), float(96**2)), "large": (float(96**2), float(1e5**2)),...

enhancement