Skip to content
Snippets Groups Projects
Commit 190ca95f authored by Kentaro Wada's avatar Kentaro Wada
Browse files

Call matplotlib.use('Agg') in json_to_dataset.py

parent a357ffb9
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,6 @@ matrix:
- SYSTEM_PYTHON=/usr/bin/python
- PIP=pip
- PYTHON=python
- MPLBACKEND=Agg
addons:
apt:
packages:
......
#!/usr/bin/env python
import argparse
import json
import os
import os.path as osp
import warnings
import matplotlib
matplotlib.use('Agg')
import numpy as np
import PIL.Image
import yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment