DeepThings icon indicating copy to clipboard operation
DeepThings copied to clipboard

A Portable C Library for Distributed CNN Inference on IoT Edge Clusters

Results 7 DeepThings issues
Sort by recently updated
recently updated
newest added

https://github.com/zoranzhao/DeepThings/blob/57c61b66abe1159ee7da16477dfac1b5b26800d8/src/inference_engine_helper.c#L323 I'm confused with how partial input/image is inferenced with the model. In the Line 323 above, the cropped_output of layer i-1 is directly fed as input for layer i...

I follow README.md instruction and try to run in a single device, it comes out some compiles error as below. ```cpp ../src/inference_engine_helper.c: In function ‘draw_object_boxes’: ../src/inference_engine_helper.c:372:4: warning: implicit declaration of...

In https://github.com/zoranzhao/DeepThings/blob/master/distriot/src/network_util.c file: We have: n = recv(sock, buffer + bytes_read, bytes_length - bytes_read, 0); Note that if the connection is lost, n will be 0 and the read_from_sock will...

help wanted

I am planning to do it during Winter break, please let me know if anyone has already tried...

question