mmdetection icon indicating copy to clipboard operation
mmdetection copied to clipboard

OpenVINO Training Extensions Object Detection

Results 11 mmdetection issues
Sort by recently updated
recently updated
newest added

Test inference not work on cpu tests. Marked as a bug

Hotfix for run tests on CPU

To run sample [several envvars](https://pytorch.org/docs/stable/distributed.html?highlight=distributed#initialization) should be defined: > MASTER_PORT - required; has to be a free port on machine with rank 0 > MASTER_ADDR - required (except for rank...

Hi, I am unable to open https://github.com/openvinotoolkit/mmdetection/blob/ote/docs/tutorials/new_dataset.md

I am trying to run my exported Cascade-RCNN model on the MYRIAD device using the test_exported.py script, however it seems that the RoIAlign layer is not supported by the MYRIAD....

I would suggest making the test behavior deterministic. I mean fixed dataset at least and maybe to increase dataset to obtain more stable results. _Originally posted by @alexsu52 in https://github.com/openvinotoolkit/mmdetection/pull/169#discussion_r703397334_

How to inference a single image with openvino model? We look forward to your reply.