2 Star 0 Fork 0

樱成冢/PEHO_gitee

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
_init_paths.py 764 Bytes
一键复制 编辑 原始数据 按行查看 历史
樱成冢 提交于 2022-12-16 13:11 . add main.py for new train&eval
# ------------------------------------------------------------------------------
# pose.pytorch
# Copyright (c) 2018-present Microsoft
# Licensed under The Apache-2.0 License [see LICENSE for details]
# Written by Bin Xiao (Bin.Xiao@microsoft.com)
# ------------------------------------------------------------------------------
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
import os.path as osp
import sys
def add_path(path):
if path not in sys.path:
sys.path.insert(0, path)
this_dir = osp.dirname(__file__)
lib_path = osp.join(this_dir, 'lib')
add_path(lib_path)
# mm_path = osp.join(this_dir, '..', 'lib/poseeval/py-motmetrics')
# add_path(mm_path)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/leijue222/peho_gitee.git
git@gitee.com:leijue222/peho_gitee.git
leijue222
peho_gitee
PEHO_gitee
master

搜索帮助