WEN Hao
91c23d0a9d
Use webbrowser instead of get_available_screencast_viewer ( #745 )
...
* improve opening tutorial
* improve show_tutorial_dialog
* improve show_tutorial_dialog
* remove not implemented
* remove unncessary package QtWebEngineWidgets
* remove commented import of QtWebEngineWidgets
2021-05-11 09:20:54 -07:00
tzutalin
c4e8cd8390
Add .github/no-response.yml
2021-05-01 08:14:54 -07:00
Denis
4bf5c4528c
Fix deletion of image caused selection of the first image ( #742 )
...
Also removed the call to self.import_dir_images method that reloaded all
of the images in directory.
2021-04-28 07:22:14 -07:00
Denis
6b5c3c634b
Implement image counter. ( #734 )
...
* Introduced two new attributes of MainWindow:
cur_img_idx - Index of current image in m_img_list.
img_count - Length of m_img_list.
* Implement counter_str method to get string representation of counter.
* Appended counter to window title.
* Based image switching logic on counter instead of local variables.
* Removed useless condition.
current_index = self.m_img_list.index(ustr(item.text()))
if current_index < len(self.m_img_list):
list.index will raise ValueError if item doesn't exist.
2021-04-26 22:18:56 -07:00
Glenn Jocher
331df67aac
Create FUNDING.yaml ( #1743 )
...
This should set up a "Sponsor" button on the repository to allow users and organizations to help with the development of YOLOv5 with financial contributions!
I feel like 10 sponsors could really help fund Ultralytics' caffeine ☕ addiction and get YOLOv5 🚀 developed and deployed faster than ever! 😃
2021-04-19 12:37:10 +02:00
Glenn Jocher
b9849003c8
Created using Colaboratory
2021-04-12 23:38:05 +02:00
Glenn Jocher
be29298b5c
Created using Colaboratory
2021-04-12 18:18:05 +02:00
Glenn Jocher
8eb4cde090
YOLOv5 v5.0 release compatibility update for YOLOv3 ( #1737 )
...
* YOLOv5 v5.0 release compatibility update
* Update README
* Update README
* Conv act LeakyReLU(0.1)
* update plots_study()
* update speeds
2021-04-12 18:00:47 +02:00
tzutalin
0c09c7c5d1
Bump to 1.8.5
2021-04-11 22:36:08 -07:00
tzutalin
bf1da53b21
Update zh readme
2021-04-11 22:17:05 -07:00
tzutalin
61d19bd563
add zh readme
2021-04-11 22:13:07 -07:00
tzutalin
ec23bb42ce
Update unit test to fix error and fix icon issue
2021-04-10 08:34:55 -07:00
Denis
62585531ca
Fix incorrect path handling ( #731 )
...
* Fix incorrect save dir path handling for ML format.
Save dir path was split by incorrect os.dependent separator '/'
which was the cause of labels being saved to parent folder.
* Implement path normalization for command arguments.
Renamed 'predefined_classes_file' parameter to 'class_file'.
2021-04-07 22:01:55 -07:00
Denis
0573a39ec3
Fix rounding issue that caused 1px box shift for YOLO format. ( #730 )
2021-04-06 16:38:48 -07:00
Glenn Jocher
5d8f03020c
Update README.md
2021-04-06 13:26:56 +02:00
dependabot[bot]
3425fefd8d
Bump lxml from 4.6.2 to 4.6.3 in /requirements ( #728 )
...
Bumps [lxml](https://github.com/lxml/lxml ) from 4.6.2 to 4.6.3.
- [Release notes](https://github.com/lxml/lxml/releases )
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt )
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.2...lxml-4.6.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-01 07:51:40 -07:00
Thijs van den Berg
34ed6a3a2a
Change encoding. Fix for #676 ( #722 )
...
First read the file in binary mode. Then, convert to utf-8. Fix for https://github.com/tzutalin/labelImg/issues/676
2021-04-01 07:50:00 -07:00
Cerno_b
c35f09747a
Pep 8 ( #720 )
...
* rename local variables in main file
* additional renaming of functions and variables
* Rename main file functions
* Rename functions and variables in canvas.py
* Rename functions and locals for remaining files
* Rename non-Qt derived class' members
* Rename members of Qt-derived classes
* Fix paint label issue
2021-03-14 16:56:14 -07:00
Christian Clauss
ef05452f7c
Travis CI: Trusty, Python 3.5, and sudo on Travis are all end of life ( #719 )
...
* Travis CI: Trusty, Python 3.5, and sudo on Travis are all end of life
* Matrix —> jobs
* python: does no work on macOS
2021-03-08 16:28:31 -08:00
tzutalin
4993dcb9e9
Update README
2021-02-28 11:13:14 -08:00
tzutalin
d8fdd478ef
move convert dir to tools dir
2021-02-28 11:06:15 -08:00
Tomas SP
bfda006576
Mac os pipenv installation documentation bug fix ( #711 )
...
Fix mac os pipenv installation documentation
Co-authored-by: Tomás Sousa Pereira <up201507414@fe.up.pt>
2021-02-28 11:00:08 -08:00
Justin Ruan
144afe6b49
Add label_to_csv.py to convert txt or xml files to csv. Also, add the ( #704 )
...
README.md to tell how to do the transformation
2021-02-28 10:59:44 -08:00
Glenn Jocher
c1f8dd94b7
Update google_utils.py ( #1690 )
2021-02-22 17:57:47 -08:00
Glenn Jocher
d3533715ba
Update README.md
2021-02-16 16:11:36 -08:00
Glenn Jocher
daa4600fd3
Update google_utils.py
2021-02-16 11:09:54 -08:00
huntr.dev | the place to protect open source
cf5db95953
Security Fix for Arbitrary Code Execution - huntr.dev ( #1672 )
...
* fixed arbitary code execution
* Update train.py
* Full to Safe
Co-authored-by: Asjid Kalam <asjid.kalam@gmail.com>
Co-authored-by: Jamie Slome <jamie@418sec.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2021-01-25 09:39:34 -08:00
Glenn Jocher
9f4e853c60
GitHub API rate limit fallback ( #1661 )
2021-01-13 19:55:34 -08:00
Glenn Jocher
2271a2ebd8
check_git_status() bug fix ( #1660 )
2021-01-13 10:26:09 -08:00
Yonghye Kwon
bc69220782
remove unused variable in def compute_loss function ( #1659 )
...
remove unused variable in def compute_loss function
2021-01-13 09:13:13 -08:00
Glenn Jocher
166a4d590f
v9.1 release ( #1658 )
2021-01-12 23:05:32 -08:00
Glenn Jocher
0bc1db58d8
GitHub API rate limit fix ( #1653 )
2021-01-10 12:02:55 -08:00
Glenn Jocher
162773d968
Update torch_utils.py ( #1652 )
2021-01-09 21:34:12 -08:00
dependabot[bot]
ebb2b83387
Bump lxml from 4.2.4 to 4.6.2 in /requirements ( #694 )
...
Bumps [lxml](https://github.com/lxml/lxml ) from 4.2.4 to 4.6.2.
- [Release notes](https://github.com/lxml/lxml/releases )
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt )
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.2.4...lxml-4.6.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-09 09:30:33 -08:00
LiXiaolin
eb4857f834
Translate texts on menu bar ( #695 )
2021-01-09 09:30:04 -08:00
Glenn Jocher
d9b29951c1
Update google_utils.py
2021-01-08 10:57:40 -08:00
Glenn Jocher
d88829cebe
actions/stale@v3 ( #1647 )
2021-01-07 11:25:15 -08:00
Glenn Jocher
4f2341c0ad
W&B ID reset on training completion ( #1852 )
2021-01-06 16:39:03 -08:00
Glenn Jocher
84ad6080ae
Update Torch CUDA Synchronize ( #1637 )
2021-01-03 14:37:22 -08:00
Glenn Jocher
7d9535f80e
Update yolo.py nn.zeroPad2d() ( #1638 )
2021-01-03 11:42:10 -08:00
Glenn Jocher
865e046e11
Update yolov3-tiny.yaml
2021-01-02 13:04:12 -08:00
chenghsiung
5d6557f994
Adaptively adjust label size ( #678 )
...
* Adjust label font size based on image size
* Adjust the upper boundary of the painted label
* Set font size based on both image width & height
2021-01-01 11:54:27 -08:00
darrenl
0a581ef7e9
Update README.rst
2021-01-01 11:24:08 -08:00
Glenn Jocher
6ba36265fb
FROM nvcr.io/nvidia/pytorch:20.12-py3 ( #1620 )
2020-12-22 17:48:40 -08:00
Glenn Jocher
1c39505d4e
leaf Variable inplace bug fix ( #1619 )
2020-12-22 17:29:54 -08:00
Glenn Jocher
7bff2d369a
Update Dependabot config file ( #1615 )
2020-12-22 17:25:40 -08:00
dependabot-preview[bot]
a21595e2e2
Create Dependabot config file ( #1615 )
...
* Create Dependabot config file
* Update greetings.yml
* Update greetings.yml
* Update dependabot.yml
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2020-12-19 19:37:04 -08:00
Glenn Jocher
1afde520d1
Simplified PyTorch Hub loading of custom models ( #1610 )
...
* Simplified PyTorch Hub loading of custom models
* Update hubconf.py
2020-12-19 19:01:15 -08:00
Glenn Jocher
883a5aff5a
FReLU bias=False bug fix ( #1607 )
2020-12-10 13:07:10 -08:00
Glenn Jocher
61fb2dbd20
Simplify autoshape() post-process ( #1603 )
...
* Simplify autoshape() post-process
* cleanup
2020-12-09 07:43:58 -08:00