You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our work on contrastive data synthesis, ImgDiff, has been accepted by CVPR 2025!
Unit test optimization:
split unit tests to partial and regression: partial test is triggered by PR and only test on corresponding test cases of changed files; regression test on all cases and triggered at 7:00 on every Friday in Beijing time. #598
use primitive @unittest.skip and remove SKIPPED_TESTS. #586
upload test coverage reports to GitHub artifacts. #586
New OPs
image_remove_background_mapper: remove the background of images. #589
Others
add missing LOADED_AUDIOS to ALL_INTER_VARS to enable OP fusion and context sharing. #585