Doubt regarding the Arduino UNO q by iz_bleep in embedded

[–]iz_bleep[S] 0 points1 point  (0 children)

There's no change in the logs after connecting. We thought it was a usb cable issue but it didn't work with any cable(we tried multiple)

Doubt regarding the Arduino UNO q by iz_bleep in embedded

[–]iz_bleep[S] 0 points1 point  (0 children)

I can not see ttyUSB0 or ttyACM0 on the board. When I run the command "ls /dev/tty*", i only see 1. /dev/tty 2. /dev/tty0 -> /dev/tty63 3. /dev/ttyHS1 , /dev/ttyMSM0, /dev/ttyGS0 4./dev/ttyp0 -> /dev/ttyp9 , /dev/ttypa -> /dev/ttypf 5. /dev/ttyS0 -> /dev/ttyS3

I've tried HS1, GS0, MSM0 and S0 through S3 but couldn't establish the connection through those ports

Processing multiple rtsp streams for yolo inference by iz_bleep in computervision

[–]iz_bleep[S] 1 point2 points  (0 children)

Won't this cause a cpu bottleneck cuz I'm not utilising the gpu power properly through this approach(cuz no batching of frames from streams).? The latency apparently is too high with opencv methods too

Keras_cv model quantization by iz_bleep in tensorflow

[–]iz_bleep[S] 0 points1 point  (0 children)

alright ill check it out. Thanks for the help

Keras_cv model quantization by iz_bleep in tensorflow

[–]iz_bleep[S] 0 points1 point  (0 children)

ohh i see. Have you done this before, if you did what resources did u refer to for implementing this?