This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
Releases: FIRST-Tech-Challenge/fmltc
Releases · FIRST-Tech-Challenge/fmltc
v2.0
What's Changed
- Handle case where a video has exactly one included frame. by @lizlooney in #252
- Handle two harmless exceptions I saw in the logs by @lizlooney in #253
- Bump tensorflow from 2.5.2 to 2.5.3 in /server by @dependabot in #254
- Added "with support from Google Cloud" image to footer. by @lizlooney in #265
- Added png to static for WithSupportFromGoogleCloud.png by @lizlooney in #266
- Made the evaluation images fit the window by @lizlooney in #268
- Reduced time for deploying to app engine by @lizlooney in #272
- Added admin actions for end of season by @lizlooney in #274
- Reset team entities when expunging data by @lizlooney in #276
- Make MedianFlow the default tracking algorithm. by @lizlooney in #275
Full Changelog: v1.1.0...v2.0
v1.1.0
What's Changed
- Fix issue with retrieveSummaryItems timing out by @lizlooney in #235
- Fixed issues related to labeling frames and tracking by @lizlooney in #236
- Fixed issue with creating a dataset with more than 42 videos by @lizlooney in #239
- Bump pillow from 8.3.2 to 9.0.0 in /server by @dependabot in #248
- Updated Start Training and Train More dialog boxes by @lizlooney in #242
- Do reload if user hits back button by @lizlooney in #247
- Mitigate against a missing key by @cmacfarl in #250
Full Changelog: v1.0.2...v1.0.3
v1.0.2
v1.0.1
v1.0.0
What's Changed
- Fixed issue 214: Not found error during create_tflite action by @lizlooney in #215
- Reduce the size of app engine responses. by @lizlooney in #218
- Bump tensorflow from 2.5.1 to 2.5.2 in /server by @dependabot in #201
- Restricted beta as a configurable item by @cmacfarl in #220
- Fixed config.config references. by @lizlooney in #221
- Show training time remaining on Datasets and Models tabs. by @lizlooney in #226
- Use a custom image to run training and evaluation jobs with GPU. by @lizlooney in #222
Full Changelog: v0.2.1...v1.0.0
v0.2.1
What's Changed
- Improved logging by not using critical for everything by @lizlooney in #193
- Fixed issue 190, where the Models tab didn't refresh the job state. by @lizlooney in #192
- Fixed two important issues by @lizlooney in #196
- Admin page in header, and configuration data on admin page. by @cmacfarl in #185
- Improved logging to reduce clutter in sentry. by @lizlooney in #198
- Log info (not critical) if the user cancels a training job. by @lizlooney in #200
- Add robots.txt to stop the crawlers by @cmacfarl in #199
- Put limits into constants.py by @lizlooney in #195
- Fixed issue 183 Label video page shows no error if storeVideoFrameBboxesText request fails by @lizlooney in #197
- Several improvements to the label video page. by @lizlooney in #202
- Make sure that batch_size is an integer. by @lizlooney in #204
- Don't allow non-whole numbers for training steps. by @lizlooney in #208
- Fixed bugs by @lizlooney in #212
- Tweak app engine settings by @cmacfarl in #213
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Got training on GPU working by @lizlooney in #179
- Set warmup steps to half of the number of steps. by @lizlooney in #182
- Session fix by @cmacfarl in #187
- Modified reset/increment remaining training minutes so it works on at least 10,001 teams. by @lizlooney in #188
- Revert "Set warmup steps to half of the number of steps." by @cmacfarl in #189
Full Changelog: v0.1.1...v0.2.0