faster-rcnn.pytorch icon indicating copy to clipboard operation
faster-rcnn.pytorch copied to clipboard

Some questions about the configuration of RPN_BATCHSIZE, BATCH_SIZE and batch_size

Open Tom-Cat-God opened this issue 3 years ago • 0 comments

In the cfgs folder, what is the difference between RPN_BATCHSIZE, BATCH_SIZE in res101.yml and batch_size in trainval_net.py?

Can I set the BATCH_SIZE of res101.yml to 1, and what are the consequences?

And, what are the consequences of changing RPN_BATCHSIZE?

Tom-Cat-God avatar Apr 15 '21 21:04 Tom-Cat-God