good first issue
仓库指标
- 星标
- (21,634 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
In super_resolve.py, line 35, I think 'np.uint8(out_img_y[0])' should be 'np.uint8(out_img_y[0] + 0.5)'. This is because the value after the decimal point is discarded when casting. Would not rounding be better than discarding?