You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying the gap8_app on my crazyflie.
I run the gap_sdk starting from the bitcraze/ai-deck Dockerfile, installing conda and creating a new environment as described in the readme. However once I run make clean all run I got the following error:
(tensorflow1.15) root@ccd230dd8ad7:/pulp-detector/gap8_app# make clean all run
Building GAP8 mode with 8 bit quantization
rm -rf BUILD*
rm -f /pulp-detector/gap8_app/BUILD/GAP8_V2/GCC_RISCV/flash.img
make -f ssd.mk model CLUSTER_STACK_SIZE=4096 CLUSTER_SLAVE_STACK_SIZE=1024
make[1]: Entering directory '/pulp-detector/gap8_app'
Building GAP8 mode with 8 bit quantization
ssd.mk:56: *** empty variable name. Stop.
make[1]: Leaving directory '/pulp-detector/gap8_app'
Makefile:104: recipe for target 'BUILD_MODEL_SSD/ssdlite_ocrKernels.c' failed
make: *** [BUILD_MODEL_SSD/ssdlite_ocrKernels.c] Error 2
Note:
Since there is no 4.7 version available from bitcraze/ai-deck, I tried both the 4.0.0 and 4.8.0, but the error I got is the same in both versions.
Since I am using the Olimex ARM-USB-TINY-H programmer I run export GAPY_OPENOCD_CABLE=interface/ftdi/olimex-arm-usb-tiny-h.cfg, but I don't think this can be related to the error since the helloworld example works.
Have you ever experienced this type of error?
The text was updated successfully, but these errors were encountered:
Hi, I am trying the gap8_app on my crazyflie.
I run the gap_sdk starting from the
bitcraze/ai-deck
Dockerfile, installing conda and creating a new environment as described in the readme. However once I runmake clean all run
I got the following error:Note:
4.7
version available frombitcraze/ai-deck
, I tried both the4.0.0
and4.8.0
, but the error I got is the same in both versions.export GAPY_OPENOCD_CABLE=interface/ftdi/olimex-arm-usb-tiny-h.cfg
, but I don't think this can be related to the error since the helloworld example works.Have you ever experienced this type of error?
The text was updated successfully, but these errors were encountered: