We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from utils.io import prepare_input_image
data_dir = 'focal stack images directory'
####Load the focal stack images focal_stack, rgb_img, focus_dist = prepare_input_image(data_dir)
使用prepare_input_image进行预处理时,如 focus_dist = np.append(focus_dist, float(image_files[0].split("_")[-1].removesuffix(".png"))) 这里把第一这张图片名作为焦距是为什么呢,另外可以解释下预处理流程吗 (萌新请教 谢谢大佬)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
from utils.io import prepare_input_image
data_dir = 'focal stack images directory'
####Load the focal stack images
focal_stack, rgb_img, focus_dist = prepare_input_image(data_dir)
使用prepare_input_image进行预处理时,如
focus_dist = np.append(focus_dist, float(image_files[0].split("_")[-1].removesuffix(".png")))
这里把第一这张图片名作为焦距是为什么呢,另外可以解释下预处理流程吗
(萌新请教 谢谢大佬)
The text was updated successfully, but these errors were encountered: