You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: