-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
为什么 -s A.png -d A.png 结果总是高一段距离? #471
Comments
感谢反馈💗 @yingDev Thank you for your feedback! 💗 |
此外,仔细观察会发现,结果好像总是比原图 暗淡 一点点 ? |
@yingDev python inference.py \
-s tmp/issue471.png \
-d tmp/issue471.png \
-o out \
--no_flag_do_crop \
--no_flag_relative_motion \
--no_flag_pasteback \
--no_flag_stitching \
--animation_region="all"
输入vs.输出对比(GIF): |
@cleardusk 感谢回复。确实有效,也就是说禁止裁剪缝合。 |
色差可以理解为网络有个“重建”+“超分”导致。
|
我试了下用 adjusted_frame = ski.exposure.match_histograms(out_frame, src_frame) |
你好,能请教一下,在哪边修改这行代码能基本消除色差 |
尝试了各种参数组合,结果依然一样。探究发现似乎与
headpose_pred_to_degree
中的魔法数字 97.3 有关...是否有办法保证 -s A -d A == A ?
The text was updated successfully, but these errors were encountered: