Results 42 comments of Seungsu Lim

@gzchenjiajun Sorry for my late reply. I've never used RTSP. I regret to say that I am unable to help you. But I read about RTSP and then I'll let...

@gzchenjiajun Unfortunately This repo doesn't support sequence of images. Only support video (MP4, AVI ...) or web cam stream. You need to convert an image sequence into a video before...

@gzchenjiajun Sorry I'm not sure what's meant by "warehouse". I think that "warehouse" means repository or dataset. Is that right? if so, Below dataset looks good. And in case of...

@wtnan2003 I think `cv::VideoWriter` in OpenCV 2.4 doesn't support `mp4v` format. Try below changes. Line | From | To -- | -- | -- 184 | CV_FOURCC('M', 'P', '4', 'V')...

@wtnan2003 In this repo, we need to make below pipeline. ``` Client → Ventilator → Worker → (Sink ⇄ Action) → Client ``` So, you need to run `action.py` additionally....

@wtnan2003 Sorry for my late reply. I was late finding the cause of the problem. First, I've tested the same environment on my computer and got a same error. ```...

@wtnan2003 I understand it well. Could you try changed code below? This code create a standard model with the same architecture and load weights files. Changed code (action.py) ```python3 import...

@wtnan2003 Could you change `MSG_BUF_LEN( 76800 -> 102400)` and try again? (need to rebuild all) https://github.com/imsoo/fight_detection/blob/f6a435ce03bda03d1f722058c1fce44b231da254/server/src/frame.hpp#L16

@wtnan2003 Sorry, a client needs change too. https://github.com/imsoo/fight_detection/blob/f6a435ce03bda03d1f722058c1fce44b231da254/client/darknet_client/src/frame.hpp#L15

@wtnan2003 >Thanks for your help! Now Everything works fine, not Error any more :+1: --- > but output_video file_size increasing very slowly Did you set GPU option when you build...