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
I noticed an issue that basic operations in this library were causing import errors. This turned out to be caused by the new version of PIL completing deprecation of certain references (specifically PIL.Image.LINEAR) used in the pinned version of detectron2 that we've been using. Updating to the latest commit of detectron2 fixes the problem.
0 commit comments