facebookresearch / detectron2

Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
https://detectron2.readthedocs.io/en/latest/
Apache License 2.0
29.3k stars 7.32k forks source link

Update onnx test skip condition #5297

Closed origamimantis closed 1 month ago

origamimantis commented 1 month ago

Summary: onnx test was being skipped by checking version == 1.16.0. But onnx released version 1.16.1 which still fails the test but no longer skips.

Now, the test is skipped for 1.16.1 as well as any future versions

Differential Revision: D57917730

facebook-github-bot commented 1 month ago

This pull request was exported from Phabricator. Differential Revision: D57917730

facebook-github-bot commented 1 month ago

This pull request has been merged in facebookresearch/detectron2@0df2d73d0013db7de629602c23cc120219b4f2b8.