Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修改输入图像resize的大小 #62

Open
monsters-s opened this issue Jun 14, 2022 · 3 comments
Open

修改输入图像resize的大小 #62

monsters-s opened this issue Jun 14, 2022 · 3 comments

Comments

@monsters-s
Copy link

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

@Owen-Liuyuxuan
Copy link
Owner

Owen-Liuyuxuan commented Jun 14, 2022

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.

@monsters-s
Copy link
Author

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

@Owen-Liuyuxuan
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants