Pavel Druzhkov

Results 16 comments of Pavel Druzhkov

AFAIK, it has a limited support of RLE masks, which may be incomplete when masks as they are represented in annotation are not converted to binary masks at a pre-processing...

Correct. I'd say, the easiest thing to try is to set `poly2mask=True` in the config file. If this does not resolve the issue, then changes in the code of pre-processing...

@renziver Thanks for bringing this up. A few notes on this: - Lightweight OpenPose model (human-pose-estimation-0001) is still available, if you find it more accurate for a particular use case,...

> Thanks @druzhkov-paul , just another question, why is the human-pose-estimation-0001 has lower latency (68ms) despite having 15.435 GFlops which is higher than human-pose-estimation-0004 (385.2ms) 14.3707 Gflops? @renziver First, FLOPs...

@renziver, yes we have plans to release the training code for this kind of models.

@likholat @dkurt @IRDonch May I know why has this PR stalled?

@zhiltsov-max 1. You don't have to change anything in the model itself, if you use it via OTE CLI. Number of classes is automatically adjusted according to the information about...

@LeonidBeynenson @aleksei-kashapov @Ilya-Krylov Please take a look at [this tests run](http://213.221.44.203/job/ote/job/precommit/job/trigger/1848/): ``` 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...

@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 -...