Add imuodom download and test in script
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com>
This commit is contained in:
@@ -45,6 +45,10 @@ do
|
|||||||
echo -e "${ORANGE}Test INT8${NC}"
|
echo -e "${ORANGE}Test INT8${NC}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
./test_imuodom &>> $out_file
|
||||||
|
res_imuodom=$?
|
||||||
|
print_output $res_imuodom test_imuodom
|
||||||
|
|
||||||
./test_resnet101_cnet &>> $out_file
|
./test_resnet101_cnet &>> $out_file
|
||||||
res_resnet101_cnet=$?
|
res_resnet101_cnet=$?
|
||||||
print_output $res_resnet101_cnet test_resnet101_cnet
|
print_output $res_resnet101_cnet test_resnet101_cnet
|
||||||
|
|||||||
@@ -21,6 +21,8 @@ const char *d1_bin = "../tests/imuodom/layers/dense_4.bin";
|
|||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
|
|
||||||
|
downloadWeightsifDoNotExist(i0_bin, "../tests/imuodom", "https://cloud.hipert.unimore.it/s/ZAy34K5w2ixED6x/download");
|
||||||
|
|
||||||
tk::dnn::ImuOdom ImuNet;
|
tk::dnn::ImuOdom ImuNet;
|
||||||
ImuNet.init("../tests/imuodom/layers/");
|
ImuNet.init("../tests/imuodom/layers/");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user