Skip to content

Commit

Permalink
chore(tflite): Updated digit/analog models (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
Slider0007 authored Oct 14, 2024
1 parent 2fdbda7 commit aceb18a
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/components/config_handling/cfgDataStruct.h
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ struct CfgData {
// Digit Numbers
struct SectionDigit {
bool enabled = true;
std::string model = "dig-class100_0168_s2_q.tflite"; // with extention, but without path
std::string model = "dig-class100_0173_s2_q.tflite"; // with extention, but without path
float cnnGoodThreshold = 0.0;
std::vector<RoiPerSequence> sequence;
struct Debug {
Expand Down
Binary file removed sd-card/config/models/ana-cont_1208_s2_q.tflite
Binary file not shown.
Binary file added sd-card/config/models/ana-cont_1300_s2.tflite
Binary file not shown.
Binary file removed sd-card/config/models/dig-class100_0168_s2_q.tflite
Binary file not shown.
Binary file not shown.
Binary file removed sd-card/config/models/dig-class11_1700_s2.tflite
Binary file not shown.
Binary file added sd-card/config/models/dig-class11_1701_s2.tflite
Binary file not shown.
Binary file removed sd-card/config/models/dig-cont_0620_s3_q.tflite
Binary file not shown.
Binary file added sd-card/config/models/dig-cont_0711_s3_q.tflite
Binary file not shown.

0 comments on commit aceb18a

Please sign in to comment.