Skip to content
Prev Previous commit
Next Next commit
Update app/deepseg.cc
Co-authored-by: BenBE <BenBE@geshi.org>
  • Loading branch information
jjsarton and BenBE authored Sep 1, 2022
commit c8a8e4a93681f290c91bee6893e513a94f4a1172
1 change: 1 addition & 0 deletions app/deepseg.cc
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,7 @@ int main(int argc, char* argv[]) try {
if ( crop_region.height) {
raw((cv::Rect_<int>)crop_region).copyTo(raw);
}

ai.set_input_frame(raw);

if (filterActive) {
Expand Down