提交 4144c6a6 编写于 作者: Z zhengya01

update coco_reader.py

上级 89f1a4d6
...@@ -31,6 +31,10 @@ from utils.transforms import affine_transform ...@@ -31,6 +31,10 @@ from utils.transforms import affine_transform
from lib.base_reader import visualize, generate_target from lib.base_reader import visualize, generate_target
from pycocotools.coco import COCO from pycocotools.coco import COCO
is_ce = int(os.environ.get('is_ce', 0))
if is_ce:
random.seed(0)
# NOTE # NOTE
# -- COCO Datatset -- # -- COCO Datatset --
# "keypoints": # "keypoints":
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册