提交 8435d75e 编写于 作者: K Kentaro Wada

Remove import of labelme in on_docker.py

上级 1c2a5eb9
#!/usr/bin/env python
from __future__ import print_function
import argparse
import distutils.spawn
import json
......@@ -10,8 +12,6 @@ import shlex
import subprocess
import sys
from labelme.logger import logger
def get_ip():
dist = platform.platform().split('-')[0]
......@@ -84,7 +84,7 @@ def main():
args = parser.parse_args()
if not distutils.spawn.find_executable('docker'):
logger.error('Please install docker.')
print('Please install docker', file=sys.stderr)
sys.exit(1)
try:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册