1 Star 0 Fork 0

kento-yang/form2fit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 425 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jethro Tan 提交于 2020-07-14 17:32 . Add tqdm as dependency in setup.py.
from setuptools import setup
setup(
name="form2fit",
version="0.0.1",
description="Form2Fit Code and Benchmark",
author="Kevin Zakka",
python_requires=">=3.6",
install_requires=[
"numpy>=1.0.0",
"scikit-image>=0.15.0",
"open3d-python==0.4.0.0",
"PyQt5==5.9.2",
"torch",
"torchvision",
"ipdb",
"opencv-python",
"tqdm",
],
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kento-yang/form2fit.git
git@gitee.com:kento-yang/form2fit.git
kento-yang
form2fit
form2fit
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385