-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge back 1.2.3 -> 1.3.1 #2192
Conversation
* Add sampling tiling dataset method * Add unit test * update * update * update configs * update * Update * Fix configuration for deployment * Add experimental script * Fix smallthing in exp.sh * Change default labels type from list to np.array * Revert resolution, num_workers * Fix typo * Skip mask if its confidence is under threshold * Add prediction with user defined confidence threshold * Update exp.sh * support multi-batch in tile classifier * polygon sampling * exclude full image in training * Add * Refine adaptive tile params - Use size rather than area - 32 pixels as min detectable size - Default object_tile_ratio = 32 / 1024 = 0.03 * Tune params * Fix tile on the edge * Fix IR overlap ratio according to IR scale factor Signed-off-by: Songki Choi <songki.choi@intel.com> * Set default object_tile_ratio = 0.06 (32/512) * Add tile_deployment * Keep aspect ratio for tiling * Fix tile patching * Fix adaptive tile logic for robustness * Delete useless file * Cleansing * Update exp.sh * Fix precommit * Refine adaptive tile params - Use size rather than area - 32 pixels as min detectable size - Default object_tile_ratio = 32 / 1024 = 0.03 * Tune params * Set default object_tile_ratio = 0.06 (32/512) * Keep aspect ratio for tiling * Fix tile patching * Fix adaptive tile logic for robustness * Remove useless line * Apply comments * Remove some comments * make black happy * Update default value of object tile ratio * Fix polygon append * Fix polygon append * Fix merge error, revert temp tox change * Fix precommit, remove exp.sh * Remove 20 points sampling * Fix mypy issue * Modify way to change subset type of _infer_model dataset & Add confidence threshold filter for openvino eval * Remove breakpoint * Update config param description, expose ellipse option * Fix unit test * Fix deploy patch bug (w,h) -> (h,w) * Fix iseg intg test * Revert tiling-ins-seg intg test * Fix for det tiling intg test --------- Signed-off-by: Songki Choi <songki.choi@intel.com> Co-authored-by: jaegukhyun <jaeguk.hyun@intel.com> Co-authored-by: Eugene Liu <eugene.liu@intel.com> Co-authored-by: sungmanc <sungmanc@intel.com> Co-authored-by: Songki Choi <songki.choi@intel.com>
Signed-off-by: Songki Choi <songki.choi@intel.com>
…2174) * add fixes * quality checks * fix mypy issue * fix test * fix bug * fix sequencial export issue * fix export bug * add quality check * fix nncf bug * add fixes * quality checks * fix mypy issue * fix test * fix bug * fix sequencial export issue * fix export bug * add quality check * fix nncf bug * fix nncf test
Signed-off-by: Songki Choi <songki.choi@intel.com>
Signed-off-by: Songki Choi <songki.choi@intel.com>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## releases/1.3.1 #2192 +/- ##
==================================================
- Coverage 80.21% 80.16% -0.05%
==================================================
Files 466 467 +1
Lines 34900 35058 +158
==================================================
+ Hits 27995 28105 +110
- Misses 6905 6953 +48
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
I thought this might go to 1.3.1. Am I wrong? |
Signed-off-by: Songki Choi <songki.choi@intel.com>
14caa3c
to
cf815e3
Compare
…merge-back-1.2.1-1.3.0
* add warning to tiling parameter * add changelog and change requirement
…d on F1 Signed-off-by: Songki Choi <songki.choi@intel.com>
Signed-off-by: Songki Choi <songki.choi@intel.com>
Signed-off-by: Songki Choi <songki.choi@intel.com>
…merge-back-1.2.1-1.3.0
…0' into songkich/merge-back-1.2.1-1.3.0
Please, consider adding #2212 as well |
* Fix backward compatibility of exportable code * Update exportable code reqs * Fix black
…0' into songkich/merge-back-1.2.1-1.3.0
* Fix ellipse load
Summary
How to test
Checklist
License
Feel free to contact the maintainers if that's a concern.