HuskyLens / HUSKYLENSUploader

This is the firmware uploader on windows
39 stars 22 forks source link

HUSKYLENSUploader

Windows

Mac and Linux

We recommand to upload the firmware on windows using HUSKYLENSUploader as it has a GUI. If you want to upload it on Mac and Linux please following these instruction:

Install pip3 on MAC

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew install python3

install pip3 on Linux

sudo apt install python3-pip
sudo pip3 install pyserial
cd HUSKYLENSUploader
sudo python3 kflash.py -b 2000000 HUSKYLENSWithModelV0.4.7Stable.kfpkg

Version Different

File name Detail
HUSKYLENSWithModelVx.x.xStable.kfpkg Normal firmware with models
HUSKYLENSVx.x.xStable.bin Normal firmware without models
HUSKYLENSWithModelVx.x.xClass.kfpkg Object classification firmware with models
HUSKYLENSVx.x.xClass.bin Object classification firmware without models

What is different between with models and without?

Models stores the deep learning architecture and weights like MobileNet or YOLO. It is really large and cost a lot of time to upload.

Since the models not always change, firmware without models are provided to speed up the upload process.

Why object classification is separated?

Because object classification requires a lot of ram, which is not enough for other algorithm.