deep-high-resolution-net.pytorch icon indicating copy to clipboard operation
deep-high-resolution-net.pytorch copied to clipboard

fix terminate condition in while loop in main()

Open kttaroha opened this issue 4 years ago • 0 comments

Hello. I modified main() in demo/inference.py.

[Description] While loop in main() does not terminate after the last frame of the video. I modified if condition so that while loop terminates after making an inference for the last frame of the video.

Thank you.

kttaroha avatar Jun 27 '21 14:06 kttaroha