Skip to content

Commit 3a2ae11

Browse files
Songki ChoisupersoobAlexanderDokuchaevLee, Soobeesovrasov
authored
Merge back releases/v0.4.0-geti1.1.0 to develop (#1453)
* Change submodule to develop (#1410) * Send full dataset to POT optimization function (#1379) & Convert NaN to num to make visible in geti UI (#1413) Co-authored-by: Alexander Dokuchaev <alexander.dokuchaev@intel.com> Co-authored-by: Lee, Soobee <soobeele@intel.com> * Add active score evaluation to the classification task Add probs vector metadata Add probs vector metadata to openvino classificaiton task Add classification type logging Fix code checks Fix black in det config * [release/0.4.0][OTX] Enabling GPU execution for exported code (#1416) * add device parameter to enable exportable demo inference on GPU * add indent and remove duplications * [OTE][Release][XAI] Detection fix two stage bbox_head error (#1414) * fix two stage bbox_head error * two-path for saliency map exporting * fix pylint * two-stage detector exception for simple test * fix assertion err in the detection saliency map * update tiler: handle memory and saliency map dimension issues * revert to original assertion * commit head change to develop * submodule head develop * submodule heading to releases/OTE_0.4.0 * fix code checker * add import with flake8 exception Co-authored-by: Evgeny Tsykunov <e.tsykunov@gmail.com> * Update SDK commit for exportable code (#1423) * HRNet-x and HRNe-18--mod2 configs update (#1419) * [Release] Enable tiling oriented detection for v0.4.0/geti1.1.0 (#1427) * add rotated bb det * update OTE SDK Model Container * update OTE SDK commit * code check update * Fix if statement * change commit number Co-authored-by: Kang, Harim <harim.kang@intel.com> * [OTE][Releases v0.4.0][XAI] Hot-fix for Detection fix two stage error (#1433) * Handle two stage detector in the inferrer.py * third party programs update * Update changelog * Align saliency map media instantiation over tasks (#1447) * change submodule * [releases/v0.4.0-geti1.1.0] Update changelog for rc3 (#1450) * Update changelog * Update changelog for rc3 * Update MPA commit Signed-off-by: Songki Choi <songki.choi@intel.com> Signed-off-by: Songki Choi <songki.choi@intel.com> Co-authored-by: Soobee Lee <soobee.lee@intel.com> Co-authored-by: Alexander Dokuchaev <alexander.dokuchaev@intel.com> Co-authored-by: Lee, Soobee <soobeele@intel.com> Co-authored-by: Vladislav Sovrasov <vladislav.sovrasov@intel.com> Co-authored-by: Prokofiev Kirill <kirill.prokofiev@intel.com> Co-authored-by: Galina Zalesskaya <galina.zalesskaya@intel.com> Co-authored-by: dongkwan-kim <dongkwan.kim@intel.com> Co-authored-by: Evgeny Tsykunov <e.tsykunov@gmail.com> Co-authored-by: Daniil Lyakhov <daniil.lyakhov@intel.com> Co-authored-by: Eugene Liu <eugene.liu@intel.com> Co-authored-by: Kang, Harim <harim.kang@intel.com> Co-authored-by: Emily <emily.chun@intel.com>
1 parent f2fc56e commit 3a2ae11

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
1010
- Better saliency map support
1111
- Replace current saliency map generation with Recipro-CAM for cls (<https://github.com/openvinotoolkit/training_extensions/pull/1363>)
1212
- Class-wise saliency map generation for the detection task (<https://github.com/openvinotoolkit/training_extensions/pull/1402>)
13+
- OTE Saliency Map Label (<https://github.com/openvinotoolkit/training_extensions/pull/1447>)
1314
- Improve object counting algorithm for high-res images via image tiling
1415
- Add Tiling Module (<https://github.com/openvinotoolkit/training_extensions/pull/1200>)
1516
- Fliter object less than 1 pixel (<https://github.com/openvinotoolkit/training_extensions/pull/1305>)
@@ -19,6 +20,7 @@ All notable changes to this project will be documented in this file.
1920
### Fixed
2021

2122
- Hot-fix for Detection fix two stage error (<https://github.com/openvinotoolkit/training_extensions/pull/1433>)
23+
- Fixing ZeroDivisionError in iteration counter for detection-classification project trainings (<https://github.com/openvinotoolkit/training_extensions/pull/1449>)
2224
- Some minor issues
2325

2426
## \[v0.3.1\]

third-party-programs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ In May 2000, Guido and the Python core development team moved to BeOpen.com to f
8787
All Python releases are Open Source (see http://www.opensource.org for the Open Source Definition). Historically, most, but not all, Python releases have also been GPL-compatible; the table below summarizes the various releases.
8888

8989
Release Derived from Year Owner GPL-compatible? (1)
90-
90+
9191
0.9.0 thru 1.2 1991-1995 CWI yes
9292
1.3 thru 1.5.2 1.2 1995-1999 CNRI yes
9393
1.6 1.5.2 2000 CNRI no

0 commit comments

Comments
 (0)