Shivankit

Results 9 comments of Shivankit

Didnt quite understand you, could you please elaborate it a bit ?

pi@raspberrypi:~/darknet-nnpack $ gdb --args ./darknet detector test cfg/coco.data cfg/yolov3-tiny.cfg yolov3-tiny.weights data/dog.jpg GNU gdb (Raspbian 8.2.1-2) 8.2.1 Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or...

@Maratyszcza in case the cpu info is required . processor : 0 model name : ARMv7 Processor rev 4 (v7l) BogoMIPS : 38.40 Features : half thumb fastmult vfp edsp...

https://github.com/digitalbrain79/darknet-nnpack @Maratyszcza The link of the repository im using for yolo implementation with NNPACK. Please let me know if your require additional information.

@Maratyszcza Ive updated the software on the rpi as well . Any workarounds ?

I tried reverting back, it did not solve the problem . Still getting the same with gdb and bt

@Maratyszcza im getting multiple deprecated threadpool warnings during the make command, although the make is successful always . Could this be a reason for the issue ?

@bnurbekov were you able to resolve the issue. If yes, could you please tell me how you did it. Facing the same issue

@shizukachan @ajdhole im getting segmentation fault . ive made batches and subdivison equal to 1 and change the height and width to 256 as well Im trying on a rpi3b+...