File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ impl AngleNet {
7676 img_src,
7777 ANGLE_DST_WIDTH as u32 ,
7878 ANGLE_DST_HEIGHT as u32 ,
79- image:: imageops:: FilterType :: Nearest ,
79+ image:: imageops:: FilterType :: Triangle ,
8080 ) ;
8181
8282 let input_tensors =
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ impl CrnnNet {
113113 img_src,
114114 dst_width as u32 ,
115115 CRNN_DST_HEIGHT as u32 ,
116- image:: imageops:: FilterType :: Nearest ,
116+ image:: imageops:: FilterType :: Triangle ,
117117 ) ;
118118
119119 let input_tensors =
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ impl DbNet {
6262 img_src,
6363 scale. dst_width as u32 ,
6464 scale. dst_height as u32 ,
65- image:: imageops:: FilterType :: CatmullRom ,
65+ image:: imageops:: FilterType :: Triangle ,
6666 ) ;
6767
6868 let input_tensors =
You can’t perform that action at this time.
0 commit comments