Update 3d detection

This commit updates the CenternetDetection3d class and fixes
some bugs.

It also removes the resnet101 network for CenterNet 3D.
This network doesn't exist.

Signed-off-by: Davide Sapienza <sapienza.dav@gmail.com>
This commit is contained in:
Davide Sapienza
2021-07-21 15:51:13 +02:00
parent f78f7bfddc
commit be2d361ac6
4 changed files with 55 additions and 486 deletions
+2
View File
@@ -61,6 +61,8 @@ private:
#endif
cv::Mat r;
float *d_ptrs;
cv::Size sz_old;
cv::Mat src;
cv::Mat dst;