visualDet3D icon indicating copy to clipboard operation
visualDet3D copied to clipboard

修改输入图像resize的大小

Open monsters-s opened this issue 2 years ago • 3 comments

在yolostereo3D中,修改配置文件中的data.rgb_shape,还需要修改配置文件中的其他参数么

monsters-s avatar Jun 14 '22 01:06 monsters-s

If you want to train yolostereo3D with a different image shape:

  • Change data.rgb_shape.
  • Change anchor sizes anchors.sizes if needed.
  • Change data.augmentation.crop_top if needed.

Owen-Liuyuxuan avatar Jun 14 '22 05:06 Owen-Liuyuxuan

If you want to train yolostereo3D with a different image shape:

  • Change data.rgb_shape.
  • Change anchor sizes anchors.sizes if needed.
  • Change data.augmentation.crop_top if needed.

I also have another question, head_layer.num_features_in=1408, 1408 is a simple hyperparameter or associated with other parameters

monsters-s avatar Jun 14 '22 05:06 monsters-s

The number of input features is associated with the output feature of the neck.

Owen-Liuyuxuan avatar Jun 21 '22 09:06 Owen-Liuyuxuan