recursive-cascaded-networks
recursive-cascaded-networks copied to clipboard
Hi~,thanks for your contribution! I have a question about the inputs.
I want to use other dataset. Since the number of frames is different among different cases, I set the number of frames to 25, and use zero to make up the rest. So the shape of fixed_batch is [batch_size, 25, H, W] and the shape of moving_batch is same as fixed_batch. Only the same frame was stored in fixed_batch, and all frames of one case were stored in moving_batch. I'm not sure if this is the right batch processing method. Can you tell me what shape the fixed_batch and moving_batch should be processed to? Thank you!!