Yonghye Kwon
520e6f8815
command yolo-label
2022-08-29 22:52:31 +09:00
Yonghye Kwon
160a8cc3e8
Merge pull request #51 from kir19890817/fix-compile-for-ubuntu-20
...
fix: compile
2022-02-17 19:29:16 +09:00
Kirill Kondrashov
e642436651
fix: compile
2022-01-29 08:10:48 +01:00
Yonghye Kwon
4606381495
Update download link v1.1.1
2021-11-30 01:00:41 +09:00
Yonghye Kwon
63bd34f3de
Update README.md
2021-11-30 00:47:29 +09:00
Yonghye Kwon
748109d661
all new yolo label
2021-11-30 00:04:33 +09:00
Yonghye Kwon
065e0a68ad
Update README.md
2021-11-28 15:26:31 +09:00
Yonghye Kwon
636cee6c8b
Change Image and upload new image to show new function
2021-11-28 15:23:33 +09:00
Yonghye Kwon
ec6f0daaaa
Upload raccoon image taken at night
2021-11-28 15:16:49 +09:00
Yonghye Kwon
6119e65c43
Add files via upload
2021-11-28 15:14:48 +09:00
Yonghye Kwon
6a5441d6d6
change download link v1.0.0
2021-11-26 00:23:08 +09:00
Yonghye Kwon
09b7727941
support korean path
2021-11-26 00:11:49 +09:00
Yonghye Kwon
af8d5000ee
Update README.md
2021-06-15 12:55:17 +09:00
Yonghye Kwon
f8d5846190
Update README.md
2021-06-06 15:00:02 +09:00
Yonghye Kwon
3db6f12b6a
Merge branch 'master' of https://github.com/developer0hye/Yolo_Label
2021-06-06 14:53:25 +09:00
Yonghye Kwon
6d980f77a2
fix #49 rotating
2021-06-06 14:53:11 +09:00
Yonghye Kwon
d35506504d
Update README.md
2021-05-25 18:47:28 +09:00
Yonghye Kwon
499ee8b80f
update YoloLabel_20210523_v3.1!
2021-05-23 13:17:01 +09:00
Yonghye Kwon
e67234bc5c
fix issue #48 , sort img_names naturally
2021-05-23 13:02:55 +09:00
Yonghye Kwon
53890e1b17
Update README.md
2021-03-15 21:17:57 +09:00
Yonghye Kwon
1d0252bafc
Update!!!
2021-03-15 21:14:45 +09:00
Yonghye Kwon
d3617a37f1
It's been a long time
2021-03-15 21:04:06 +09:00
Yonghye Kwon
1986ce625b
Update README.md
2021-02-28 16:34:41 +09:00
Yonghye Kwon
f24ab1759c
Update README.md
2021-02-26 23:21:36 +09:00
Yonghye Kwon
5a3ec7f3f3
Update README.md
2021-02-26 23:21:21 +09:00
Yonghye Kwon
e818b9aca1
Update README.md
2021-02-26 16:47:08 +09:00
Yonghye Kwon
b0bb66bbac
Merge pull request #42 from wooseokyourself/master
...
Instruction for macOS and gitignore
2021-02-05 22:03:08 +09:00
wooseokyourself
5fbe52cf63
Instruction for macOS
2021-02-05 12:53:27 +09:00
wooseokyourself
098ca85f75
Update README.md
2021-02-05 12:50:36 +09:00
wooseokyourself
b45acc98d1
Create .gitignore
2021-02-05 11:26:31 +09:00
Yonghye Kwon
9349a87aaf
Update README.md
2020-11-27 15:39:10 +09:00
Yonghye Kwon
ab7ed4b83f
Merge pull request #38 from Blatoy/remove-image-shortcut
...
Add a shortcut to remove images
2020-10-02 23:42:32 +09:00
Loïck Jeanneret
c78ca56787
add shortcut to remove image
2020-10-02 15:26:19 +02:00
Yonghye Kwon
e002e18a16
remove cout
...
cout causes lag
2020-08-22 01:10:44 +09:00
Yonghye Kwon
2c47692b3d
remove cout
...
cout causes lag
2020-08-22 01:09:23 +09:00
Yonghye Kwon
054dd00f69
Merge pull request #32 from NorwegianRockCat/newlines-every-line
...
Add a newline on every line.
2020-08-07 17:33:47 +09:00
Trenton Schulz
189006399a
Add a newline on every line.
...
Text files should have a newline as their last character. This isn't
strictly required (many tools will work), but it makes parsing of
these files easier, plus it keeps the txt files similar with other
image datasets.
2020-08-05 10:44:24 +02:00
Yonghye Kwon
7aa9d36a90
download link update
2020-06-19 14:43:21 +09:00
Yonghye Kwon
8e9154b110
modified restriction on bounding box size
...
modified restriction on bounding box size
2020-06-18 12:51:12 +09:00
Yonghye Kwon
31489669c7
Merge pull request #22 from rabdulatipoff/master
...
Add button to change directory w/ previously loaded objfile; Fix label list not being cleared on file load
2020-01-15 15:43:51 +09:00
Rustam Abdulatipov
1dcd70952a
Add button to change directory w/ previously loaded objfile
...
Fix label list not being cleared on file load
2020-01-15 00:26:46 +03:00
Yonghye Kwon
6b5a3efe59
Update README.md
2019-12-01 19:23:28 +09:00
Yonghye Kwon
6ba993d17e
Merge pull request #18 from marrabld/bug_fabs
...
added #include <math.h> for fabs requirement in label_img.cpp
2019-10-28 12:49:13 +09:00
Dan Marrable
de033da0e9
added #include <math.h> for fabs requirement in label_img.cpp
2019-10-28 11:29:39 +08:00
Yonghye Kwon
ae9cbc10c4
Merge pull request #17 from developer0hye/add-license-1
...
Create LICENSE
2019-10-21 11:44:46 +09:00
Yonghye Kwon
b507c61251
Create LICENSE
2019-10-21 11:44:24 +09:00
Yonghye Kwon
f75d4e7c61
Update README.md
2019-04-11 19:41:25 +09:00
Yonghye Kwon
10380ebf17
Update README.md
2019-04-11 15:38:29 +09:00
Yonghye Kwon
f66591488b
Update README.md
2019-04-11 15:27:54 +09:00
Yonghye Kwon
0da13eaf4e
Update README.md
2019-04-11 15:05:40 +09:00