Skip to content

Graph constructor exited with error: 1 #1

@HeleMartin

Description

@HeleMartin

Hello,

I am trying to test the yolox people detection on gvsoc.
I am using the gap_sdk_private with the 5.7.1 version and the last yolox people detection repository.
I have launched the following commands :

rm -rf build weigths_tensors model.c modelInfos.h
cmake -B build -DMODE=INFERENCE
cd build
make clean all run platform=gvsoc

But I have the following issue :

	 *** NNTOOL main_inference ***

Entering main controller
FC Frequency as 370000000 Hz, CL Frequency = 370000000 Hz, PERIIPH Frequency = 360000000 Hz
Constructor
Graph constructor exited with error: 1
(check the generated file mainKernels.c to see which memory have failed to be allocated)
make[3]: *** [CMakeFiles/run.dir/build.make:76 : CMakeFiles/run] Erreur 1
make[2]: *** [CMakeFiles/Makefile2:610 : CMakeFiles/run.dir/all] Erreur 2
make[1]: *** [CMakeFiles/Makefile2:617 : CMakeFiles/run.dir/rule] Erreur 2
make: *** [Makefile:235 : run] Erreur 2

What can I do to solve this issue ?

Best regards,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions