training_extensions
training_extensions copied to clipboard
[MISC] Pose estimation
@LeonidBeynenson @aleksei-kashapov @Ilya-Krylov
Please take a look at this tests run:
07:27 ======================================================================
08:07:27 FAIL: test_nncf_compress_and_export (nncf_tests_face_detection.PersonDetection0200NNCFint8)
08:07:27 ----------------------------------------------------------------------
08:07:27 Traceback (most recent call last):
08:07:27 File "/home/jenkins/b/workspace/ote/precommit/pt_object_detection/src/models/object_detection/tests/common/object_detection_test_case.py", line 126, in test_nncf_compress_and_export
08:07:27 self.assertGreater(ap, last_compress_ap - self.test_export_thr)
08:07:27 AssertionError: 0.541 not greater than 0.5640000000000001
08:07:27
08:07:27 ----------------------------------------------------------------------
It does not seem to be connected to the changes in this PR.
@LeonidBeynenson @aleksei-kashapov @Ilya-Krylov
Please take a look at this tests run:
07:27 ====================================================================== 08:07:27 FAIL: test_nncf_compress_and_export (nncf_tests_face_detection.PersonDetection0200NNCFint8) 08:07:27 ... 08:07:27 ----------------------------------------------------------------------
It does not seem to be connected to the changes in this PR.
Agree. I think it is a random mistake due to stochastic nature of our CI checks. It may happen (fortunately, it is a seldom issue), If it is the only fail in the test you can either skip it and merge the PR, or re-run the tests.
@LeonidBeynenson @aleksei-kashapov
It happened again:
======================================================================
18:19:19 FAIL: test_nncf_compress_and_export (nncf_tests_face_detection.FaceDetection0202NNCFint8)
18:19:19 ----------------------------------------------------------------------
18:19:19 Traceback (most recent call last):
18:19:19 File "/home/jenkins/workspace/ote/precommit/pt_object_detection/src/models/object_detection/tests/common/object_detection_test_case.py", line 126, in test_nncf_compress_and_export
18:19:19 self.assertGreater(ap, last_compress_ap - self.test_export_thr)
18:19:19 AssertionError: 0.172 not greater than 0.18000000000000002
18:19:19
18:19:19 ----------------------------------------------------------------------
Is there any chance to decrease the number of those tests failures?
run tests
run tests
Can one of the admins verify this patch?