From 3affa286f653d430cf5b9a128d8b2dc08ff858db Mon Sep 17 00:00:00 2001 From: ramlabserver Date: Mon, 1 Feb 2021 07:59:21 +0000 Subject: [PATCH] fix reproduction --- config/Yolo3D_example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Yolo3D_example b/config/Yolo3D_example index 112a88a..6b9f31c 100644 --- a/config/Yolo3D_example +++ b/config/Yolo3D_example @@ -151,7 +151,7 @@ head_layer = edict( num_features_in=1024, num_cls_output=len(cfg.obj_types)+1, num_reg_output=12, - cls_feature_size=1024, + cls_feature_size=512, reg_feature_size=1024, ) detector.head = edict(