Commit Graph

81 Commits

Author SHA1 Message Date
Wang Xin 1f31b4bae9 add output_format option 2023-03-16 13:48:24 +08:00
Wang Xin 14b716e173 refactoring code 2023-02-22 12:28:18 +08:00
Wang Xin ef6deedc9d
Update README.md
add `How to build package` section
2023-01-03 17:01:53 +08:00
Wang Xin 66cd3f1518
Merge pull request #11 from GreatV/dependabot/pip/pillow-gte-9.2-and-lt-9.5
Update pillow requirement from <9.4,>=9.2 to >=9.2,<9.5
2023-01-03 10:02:37 +08:00
dependabot[bot] dc682276e4
Update pillow requirement from <9.4,>=9.2 to >=9.2,<9.5
Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/9.2.0...9.4.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-02 09:07:24 +00:00
greatx 00185f5082 bug fixed 2022-12-27 09:26:27 +08:00
Wang Xin 8a5b4d2791
Merge pull request #10 from GreatV/dependabot/pip/numpy-gte-1.23.1-and-lt-1.25.0
Update numpy requirement from ~=1.23.1 to >=1.23.1,<1.25.0
2022-12-19 21:44:32 +08:00
dependabot[bot] ea09215d84
Update numpy requirement from ~=1.23.1 to >=1.23.1,<1.25.0
Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](https://github.com/numpy/numpy/compare/v1.23.1...v1.24.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-19 09:09:50 +00:00
Wang Xin 21cd3c71a4
Merge pull request #9 from GreatV/dependabot/pip/scikit-learn-gte-1.1.1-and-lt-1.3.0
Update scikit-learn requirement from ~=1.1.1 to >=1.1.1,<1.3.0
2022-12-13 08:21:24 +08:00
dependabot[bot] 43672dcf4b
Update scikit-learn requirement from ~=1.1.1 to >=1.1.1,<1.3.0
Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) to permit the latest version.
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.1.1...1.2.0)

---
updated-dependencies:
- dependency-name: scikit-learn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-12 09:06:40 +00:00
Wang Xin 0eb6c528d7
Merge pull request #8 from GreatV/bug_fixed
fix bug when test_size not set
2022-12-06 20:31:43 +08:00
greatx b59e6d3d49 fix bug when test_size not set 2022-12-06 14:35:15 +08:00
greatx 2794fbe31c bug fixed 2022-11-25 10:33:42 +08:00
Wang Xin 7b0087be3c
Merge pull request #7 from GreatV/package
update export data format: yolo polygon format
2022-11-25 10:24:42 +08:00
Wang Xin 051c019e3f
Merge branch 'main' into package 2022-11-25 10:24:21 +08:00
greatx 639cbcad0d update export data format: yolo polygon format 2022-11-25 10:14:06 +08:00
Wang Xin 53a5b316d2
Merge pull request #6 from GreatV/dependabot/pip/pillow-gte-9.2-and-lt-9.4
Update pillow requirement from ~=9.2.0 to >=9.2,<9.4
2022-10-31 18:01:12 +08:00
dependabot[bot] 807275d57b
Update pillow requirement from ~=9.2.0 to >=9.2,<9.4
Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/9.2.0...9.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-31 09:26:21 +00:00
Wang Xin 9e5d3dd397 update requirements 2022-08-12 23:04:49 +08:00
Wang Xin 085e6d53b7
Update requirements.txt 2022-08-12 22:43:11 +08:00
Wang Xin e87c06162f
Create python-package.yml 2022-08-12 13:51:11 +08:00
Wang Xin 794169bd98
Merge pull request #5 from GreatV/dependabot/pip/scikit-learn-approx-eq-1.1.2
Update scikit-learn requirement from ~=1.1.1 to ~=1.1.2
2022-08-11 18:03:29 +08:00
dependabot[bot] bf23421e6b
Update scikit-learn requirement from ~=1.1.1 to ~=1.1.2
Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) to permit the latest version.
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.1.1...1.1.2)

---
updated-dependencies:
- dependency-name: scikit-learn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-11 10:01:40 +00:00
Wang Xin 6b7ebf6d1f
Create dependabot.yml 2022-08-11 18:01:05 +08:00
Wang Xin fc5050795a
Update pyproject.toml 2022-08-11 17:56:57 +08:00
Wang Xin 8fc231ce6c bug fixed 2022-08-11 09:05:43 +08:00
Wang Xin cf23412bfd format code using back 2022-08-10 22:30:20 +08:00
Wang Xin 8a337f91a9 trailing whitespace 2022-08-10 17:24:06 +08:00
Wang Xin 8abb8e4bd4 bug fixed 2022-08-10 16:51:21 +08:00
Wang Xin a3a824b5ce
Update README.md 2022-08-05 16:26:56 +08:00
Wang Xin 53706ca394 reformat code 2022-08-02 18:01:02 +08:00
Wang Xin a383a77975 update requirements 2022-08-02 18:00:25 +08:00
Wang Xin a0fe8ac231 update code style 2022-08-01 16:17:00 +08:00
Wang Xin 99d963316d reformat code 2022-08-01 15:51:49 +08:00
Wang Xin 845afa0328 reformat code 2022-08-01 15:43:19 +08:00
Wang Xin 2e5b3fec07 update .gitignore for pycharm 2022-08-01 15:29:19 +08:00
Wang Xin cb0a47943e
Update README.md
Add Codacy Badge
2022-08-01 10:23:19 +08:00
Wang Xin 9301f7232c
Update README.md 2022-07-30 16:21:44 +08:00
Wang Xin 3339f66769 bug fixed 2022-07-29 21:51:03 +08:00
Wang Xin ee76d5da04 rm labelme2yolo.py 2022-07-29 17:28:45 +08:00
Wang Xin b5291064e4 make labelme2yolo package 2022-07-29 17:26:24 +08:00
Wang Xin 5bab4dba1a make labelme2yolo package 2022-07-29 17:26:06 +08:00
Wang Xin cd89b7f43b remove labelme from requirements.txt 2022-07-28 08:14:36 +08:00
Wang Xin e277e9eadc add .gitignore 2022-07-27 12:24:41 +08:00
Wang Xin fe3af9b104 use multiprocessing to boost converting speed 2022-07-27 12:19:14 +08:00
Wang Xin 3cb919641a update readme 2022-07-26 13:13:57 +08:00
Wang Xin e83d06edbb Merge branch 'main' of github.com:GreatV/labelme2yolo into main 2022-07-26 13:09:02 +08:00
Wang Xin 9bb17ad4ae bug fixed 2022-07-26 13:08:34 +08:00
Wang Xin ee6a319581
Update README.md 2022-07-25 16:19:47 +08:00
Wang Xin 95751364fe
Merge pull request #1 from GreatV/add-license-1
Create LICENSE
2022-07-25 16:12:59 +08:00