Skip to content

Commit

Permalink
fix reproduction
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen-Liuyuxuan committed Feb 1, 2021
1 parent 8139863 commit 3affa28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/Yolo3D_example
Expand Up @@ -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(
Expand Down

0 comments on commit 3affa28

Please sign in to comment.