From 62f505c076ed3a64c9ce45fe8c1c4ef50615f30a Mon Sep 17 00:00:00 2001 From: zhiqiu Date: Sun, 27 Sep 2020 12:00:47 +0800 Subject: [PATCH] add import paddle --- pdseg/eval.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pdseg/eval.py b/pdseg/eval.py index 31565b9a..bce5fe85 100644 --- a/pdseg/eval.py +++ b/pdseg/eval.py @@ -25,6 +25,7 @@ import sys import argparse import pprint import numpy as np +import paddle import paddle.fluid as fluid from utils.config import cfg -- GitLab