Skip to content

Commit 7717453

Browse files
committed
update all pkgs
1 parent 493dcad commit 7717453

139 files changed

Lines changed: 10928 additions & 1952 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.DS_Store

2 KB
Binary file not shown.

BaseDT/BaseDT.egg-info/PKG-INFO

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Metadata-Version: 2.1
2+
Name: BaseDT
3+
Version: 0.1.3
4+
Summary: BaseDT is a data-processing tool including data, dataset, io and plot.
5+
Home-page: https://github.com/OpenXLab-Edu/OpenMMLab-Edu
6+
Author: OpenXLab
7+
Author-email: wangbolun@pjlab.org.cn
8+
License: MIT License
9+
Platform: UNKNOWN
10+
Requires-Python: >=3.6
11+
12+
UNKNOWN
13+

BaseDT/BaseDT.egg-info/SOURCES.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
MANIFEST.in
2+
install_requires.txt
3+
setup.py
4+
BaseDT/__init__.py
5+
BaseDT/data.py
6+
BaseDT/data_image.py
7+
BaseDT/dataset.py
8+
BaseDT/io.py
9+
BaseDT/plot.py
10+
BaseDT/utils.py
11+
BaseDT/version.py
12+
BaseDT.egg-info/PKG-INFO
13+
BaseDT.egg-info/SOURCES.txt
14+
BaseDT.egg-info/dependency_links.txt
15+
BaseDT.egg-info/entry_points.txt
16+
BaseDT.egg-info/requires.txt
17+
BaseDT.egg-info/top_level.txt
18+
BaseDT.egg-info/zip-safe
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[console_scripts]
2+
BaseDT = BaseDT.version:hello
3+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
opencv-python>=4.1.2.30
2+
numpy
3+
scikit-learn
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
BaseDT

BaseDT/BaseDT.egg-info/zip-safe

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

BaseDT/BaseDT/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .version import __version__

0 commit comments

Comments
 (0)