-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCHANGELOG
More file actions
74 lines (64 loc) · 3.68 KB
/
CHANGELOG
File metadata and controls
74 lines (64 loc) · 3.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
20200421: cyberEye-20200421-2000.3000.4000.5009.kfpkg
1) fixed Out of normal Micropython memory when running NN models
2) improved analog read function, improved face detection function
20200526: cyberEye-20200526-2000.3000.4000.5010.kfpkg
1) Changed default behavior for SD card - not loading boot.py from SD
2) Temporary fixed out of MP heap memory bug for image classification models
3) Changed all models kmodel version to v4. Traffic signs updated to detect Intl stop and yield signs. Numbers model can detect 0 now. Accuracy improvement for all models.
4) Added pre-loaded start up code (updated user.py)
5) support draw_string_rotation.
20200703: cyberEye-20200703-2000.3000.4000.5011.kfpkg
1) threshold value for find_rects
2) number of frames for color tracking, auto_gain, auto_whitebal, display image when learning hist
3) only show one value in rects_detect, circle_detect
4) dynamic setting of confidence threshhold for object detection
5) full screen mode
6) interface changes for multi-model inference
7) on device training support (KS stretch goal)
8) threshold value for find_rects
9) number of frames for color tracking, auto_gain, auto_whitebal, display image when learning hist
10) only show one value in rects_detect, circle_detect
11) dynamic setting of confidence threshhold for object detection
2020071: cyberEye-20200713-2000.3000.4000.5012.kfpkg
1) fixed Out of normal Micropython memory when using object detection models after flashing a new firmware
20200907: cyberEye-20200907-2000.3000.4000.5013.kfpkg
1) fixed bug causing detections not being overwritten
2) added APP mode
3) fixed bug in model calibration pre-processing, accuracy increased
4) fixed bug with size of bounding boxes for color tracking object doubled
5) upgraded firmware to commit e1ebb56db6457b1a4da072ed5cba44e22b6be06a
6) fixed config loading from SPIFFS - now always uses default config
7) increased aggressiveness of gc, helps allivate memory problems
20200924: cyberEye-20200924-2000.3000.4000.5014.kfpkg
1) fixed bug in color detection, moved color detection from RGB to LAB colorspace
2) added lego detection model to address 0x900000
3) changed preloaded mode logic
4) changed startup pictures from static to generated
20201013: cyberEye-20201013-2000.3000.4000.5015.kfpkg
1) fixed bug when dht11 outputting an empty string if timeout
20201104: cyberEye-20201104-2000.3000.4000.5016.kfpkg
1) in case of multiple detections model inference should return the result with biggest area of detection DONE
2) minor interfaces changes in Codecraft(knapsack->backpack, smartphone->smartphone, etc)
3) fix for servo not accepting 180 degrees angle
4) Added AprilTags to Codecraft
5) Added display picture/simple graphics block
6) Increased distance for object detection
7) Added area output parameter to detection blocks
20201222: cyberEye-20201222-2000.3000.4000.5017.kfpkg
Merry Christmas!
20210107: cyberEye-20210107-2000.3000.4000.5018.kfpkg
1) add a visible notification "sound ... is playing" so user would now that MARK is not frozen
2) rectangle detection bug fix
3) improving memory consumption and garbage collector logic
4) added face recognition blocks and model
5) added face keypoint detection blocks and model
6) added NN face detection blocks and model
7) added language switch and QR code for error messages
8) updated MaixPy codebase to 88bfd01, made relevant changes to _boot.py, ESP32 ADC/Network, board_info
9) ESP32 firmware updated to 1.4.1
10) moved lego detection model to SPIFFS
2021042: cyberEye-20210428-2000.3000.4000.5019.kfpkg
1) D5/D6 pin usage fixed
2) notes are played properly now
3) add more lines to the display string
4) added dual language notification to backup restore