VisionLearningGroup/R-C3D

Confusion about `generate_roidb_training.py`

Closed this issue · 2 comments

Hi! When I read the code in generate_roidb_training.py, I found something weird.
image
According to this part, the WINS should be a list contains only one element: 768*8

image
According to this part, if start = 0, then end = 768*8, then start and end would be written into roidb:
image

While in minibatch.py, the code create the data according to this start and end:
image

However, the video size is 3x512x112x112 according to cfg.TRAIN.LENGTH = (512, )
image

Is there anything wrong since 512 definitely less than 768 * 8?

Thanks a lot! I didn't notice that configure file td_cnn_end2end.yml.