BiT icon indicating copy to clipboard operation
BiT copied to clipboard

Regarding the issue of inferring multiple images, thank you for your excellent work

Open lxin98 opened this issue 1 year ago • 2 comments

What are the differences between train_bit.py and inference.py? Can it be understood that inference.py handles three continuous images? Is it possible to use train_bit.py for processing multiple images? Additionally, I would like to ask if train_bit.py can deal with both sequential blurry images and out-of-order blurry images?

lxin98 avatar Nov 29 '24 03:11 lxin98

The training code is also only for reasoning about three images, right?

lxin98 avatar Nov 29 '24 05:11 lxin98

In the training and inference stage, the model only supports 3 nearby images as inputs. As for out-of-order and more than 3 blurred images, the model needs to be retrained or its structure needs to be modified.

zzh-tech avatar Nov 29 '24 07:11 zzh-tech