facebookresearch / vissl

VISSL is FAIR's library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.
https://vissl.ai
MIT License
3.26k stars 334 forks source link

Fix rmac invalid crop bug #395

Closed iseessel closed 3 years ago

iseessel commented 3 years ago

Summary: 1. Rmac region calculator were returning crops that were invalid. More specifically the crops returns a zero dim tensor. This happens when either the height or width is zero. Solution is to add these checks.

Differential Revision: D30226713

facebook-github-bot commented 3 years ago

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

facebook-github-bot commented 3 years ago

This pull request has been merged in facebookresearch/vissl@a38641691036eceecd0649bd458df0a64693b59e.