-
Notifications
You must be signed in to change notification settings - Fork 443
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
Add Anomaly alias #3832
Add Anomaly alias #3832
Conversation
Update detection XAI algorithm
update publish workflow to push whl to internal pypi
…notoolkit#2630) Add ViT feature vector hook
Signed-off-by: Songki Choi <songki.choi@intel.com>
Signed-off-by: Songki Choi <songki.choi@intel.com>
…k/1.4.4-to-1.5.0 Mergeback 1.4.4 to releases/1.5.0
Fix e2e XAI ref value
…k/1.5.0 Mergeback 1.5.0 to develop
* update release note and readme * remove package upload step on internal publish wf
…k/1.4.4rc2 Mergeback 1.4.4rc2 to 1.5.0
* Update publish workflow for tag checking (openvinotoolkit#2632) * Update e2e tests for XAI Detection (openvinotoolkit#2634) * Disable QAT for newly added models (openvinotoolkit#2636) * Update release note and readme (openvinotoolkit#2637) * remove package upload step on internal publish wf * update release note and, changelog, and readme * update version string to 1.6.0dev --------- Co-authored-by: Galina Zalesskaya <galina.zalesskaya@intel.com> Co-authored-by: Jaeguk Hyun <jaeguk.hyun@intel.com>
Thanks for pushing the change. This is what I had tried based on the actions file. conda create -n temp python=3.10 -y
conda activate temp
pip install --require-hashes --no-deps -r requirements/gh-actions.txt
pip-compile --generate-hashes -o /tmp/otx-dev-requirements.txt requirements/dev.txt
pip install --require-hashes --no-deps -r /tmp/otx-dev-requirements.txt
rm /tmp/otx-dev-requirements.txt
tox -vv -e pre-commit-all-py310-pt1 But even with this I got the same result. |
Signed-off-by: Ashwin Vaidya <ashwinnitinvaidya@gmail.com>
…shwinvaidya17/training_extensions into ashwin/anomaly_geti_task_migration_1_6
Signed-off-by: Ashwin Vaidya <ashwinnitinvaidya@gmail.com>
@ashwinvaidya17 - OTX1.6.4 was already released into Geti 2.3.0 and develop branches. What is the Geti target version for this PR ? |
I am assuming the next version then. Maybe @A-Artemis can say more about this. |
The Geti target is 2.5.0. |
@A-Artemis @ashwinvaidya17 - It is difficult to merge the code changes targeting Geti 2.5 into the official OTX1.6.5 aimed at integrating Geti 2.3/2.4. For Geti 2.5, OTX2.x integration is scheduled. If an early drop is required due to preliminary work by other teams, it seems necessary to create a separate branch to check updated features. What do you think? |
@ashwinvaidya17 - Please target this PR to OTX develop branch. |
@chuneuny-emily This pr #3818 targets develop branch |
As suggested by @chuneuny-emily, this is not needed and can be closed. |
Summary
How to test
Checklist
License
Feel free to contact the maintainers if that's a concern.