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

Hi! Have you guys try out batch size larger than 1?I want to know how to implement it? #19

Open
moFang222 opened this issue Apr 5, 2020 · 2 comments

Comments

@moFang222
Copy link

When I try batch_size = 2
I encountered the following problem
image
So I checked the Dimension and the problem appears in mask_batch on line of code
rois_label, stu_feature, mask_batch = fasterRCNN(im_data, im_info, gt_boxes, num_boxes)

I don't know how to modify the code because it needs to involve some complicated changes.

@moFang222 moFang222 changed the title Hi! Have you guys try out batch size larger than 2?I want to know how to implement it? Hi! Have you guys try out batch size larger than 1?I want to know how to implement it? Apr 5, 2020
@chenaifang
Copy link

Do you have implement it now? @moFang222

@twangnh
Copy link
Owner

twangnh commented Jul 8, 2020

@moFang222 @chenaifang Hi thanks for being interested in our research, we have not tried larger than one batch for faster r-cnn, but it is simple, you can implement it yourself.

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

3 participants