Commit Graph

92 Commits

Author SHA1 Message Date
Wang Xin 9cccb7692f
update to version 0.1.2 (#26) 2023-06-02 16:16:45 +08:00
Wang Xin 154d4e501f
Create pylint.yml (#23) 2023-05-11 16:25:00 +08:00
Wang Xin 1cd66654cb
bug fixed for output_format == bbox (#22) 2023-05-11 16:13:14 +08:00
Wang Xin df4f172722
bug fixed (#21) 2023-05-05 13:01:26 +08:00
Wang Xin 9370343e5e
add label_list argument (#20) 2023-05-04 14:24:16 +08:00
dependabot[bot] a47ee2c816
Update pillow requirement from <9.5,>=9.2 to >=9.2,<9.6 (#17)
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.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-03 19:23:45 +08:00
Wang Xin fd48196639 update labelme2yolo version 2023-03-29 22:46:25 +08:00
Arshadoid a5a8f92059
Update l2y.py (#16)
Fixed _train_test_split() for correct split of test and train.
2023-03-29 22:17:02 +08:00
Wang Xin 20110cbcfa
Merge pull request #13 from GreatV/markdown_lint
markdown lint
2023-03-17 16:04:31 +08:00
Wang Xin 4af61739a4 markdown lint 2023-03-17 16:00:23 +08:00
Wang Xin c008d6c621
Merge pull request #12 from GreatV/dev
add output_format option
2023-03-16 13:51:57 +08:00
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