Skip to content

Commit f62c549

Browse files
Pyre Bot Jrfacebook-github-bot
authored andcommitted
suppress errors in vision/fair/detectron2/projects/DensePose
Differential Revision: D29450526 fbshipit-source-id: ad8a4866272afd946d43f7fcb3eb448c87449bc7
1 parent 4847f24 commit f62c549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/DensePose/densepose/vis/densepose_results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def _bin_code_2_lines(self, arr, v, bin_code, multi_idx, Nw, Nh, offset):
308308
try:
309309
import matplotlib
310310

311-
matplotlib.use("Agg") # pyre-ignore[16]
311+
matplotlib.use("Agg")
312312
DensePoseResultsContourVisualizer = DensePoseResultsMplContourVisualizer
313313
except ModuleNotFoundError:
314314
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)