cfdcfc

Results 9 comments of cfdcfc

Hi PINTO0309, Thanks for the response, I followed your instruction but got this error: > [ ERROR ] Both --input_shape and --batch were provided. Please provide only one of them....

I did not train at 320. However, I was able to apply the same trick on normal yolo v3.

I also suffer from this issue, I train on my own dataset based on https://github.com/chuanqi305/MobileNet-SSD and generate caffe model. The output is different run with CPU and NCS2 , any...

@RogerHardiman thanks for the response. I modify the launch_str in gst-rtsp-launch.py: `launch_str = "( udpsrc host=127.0.0.1 port=5000 typefind=true do-timestamp=true ! h264parse ! rtph264pay name=pay0 pt=96 )"` Then, I start the...

@RogerHardiman For Python Camera Library I am doing something like this: ``` from picamera import PiCamera import shlex, subprocess camera = PiCamera() cmd = "gst-launch-1.0 fdsrc ! udpsink host=127.0.0.1 port=5000"...

I notice that in gst-rtsp-launch.py there is restriction on fps: `self.fps_range = [15, 90]` I wonder the reason of this restriction on fps and if it's possible to lower the...

The fps could be lower to like 1, but the streaming will be ready only if a key-frame is received. In Picamera, `camera.request_key_frame(splitter_port=1)` Request the encoder generate a key-frame as...

I tried change the IpAddress but still no luck. When I am connecting, the PROS log nothing so I am not sure where I should start with. Is there any...

I try to connect with ONVIF Device Manager on Windows and succeed, very likely it's a bug of SecuritySpy.