摘要:
参考:https://blog.csdn.net/leviopku/article/details/84975282 参考:https://blog.csdn.net/g11d111/article/details/82855946 上采样的概念: 上采样可以理解为任何可以将图像变成更高分辨率的技术 阅读全文
posted @ 2019-08-11 22:36
小kk_p
阅读(7251)
评论(0)
推荐(0)
摘要:
import sys def get_cur_info(): print(sys._getframe().f_code.co_filename) # 当前文件名,可以通过__file__获得 print(sys._getframe(0).f_code.co_name) # 当前函数名 print(sys._getframe(1).f_code.co_name) # 调用该函数的函数名字,如果没有被 阅读全文
posted @ 2019-08-11 21:25
小kk_p
阅读(6070)
评论(0)
推荐(1)
浙公网安备 33010602011771号