3256 Commits

Author SHA1 Message Date
Glenn Jocher
75431d89ee
Update matplotlib.use('Agg') tight (#1584) 2020-12-02 15:53:23 +01:00
Glenn Jocher
eac1ba63d9
Update matplotlib svg backend (#1583) 2020-12-02 14:05:29 +01:00
SergioSanchezMontesUAM
5ead90a9d6
Update .gitignore datasets dir (#1582) 2020-12-02 13:01:45 +01:00
Glenn Jocher
5b46d49719
plot_images() scale bug fix (#1580)
From https://github.com/ultralytics/yolov5/pull/1566
2020-12-01 14:19:06 +01:00
Glenn Jocher
4f890d13ee
Daemon thread plots (#1578) 2020-11-30 16:47:28 +01:00
Glenn Jocher
e6d5408f5a
FROM nvcr.io/nvidia/pytorch:20.10-py3 2020-11-29 17:49:19 +01:00
Glenn Jocher
430890ead8
Update README.md 2020-11-29 14:21:32 +01:00
Glenn Jocher
fed9451454
f.read().strip() (#1577) 2020-11-29 12:01:42 +01:00
Glenn Jocher
bc5c898c93
Update labels_to_image_weights() (#1576) 2020-11-28 12:25:57 +01:00
Glenn Jocher
f28f862245
Ignore W&B logging dir wandb/ (#1571) 2020-11-27 01:32:55 +01:00
Glenn Jocher
152f50e8f9
Remove ignore for git files (#1099) 2020-11-27 01:30:37 +01:00
Glenn Jocher
f78f991a74 FROM nvcr.io/nvidia/pytorch:20.11-py3 2020-11-27 01:27:25 +01:00
Glenn Jocher
d312d25747
Ignore W&B logging dir wandb/ (#1571) 2020-11-26 22:22:03 +01:00
Glenn Jocher
76807fae71
YOLOv5 Forward Compatibility Update (#1569)
* YOLOv5 forward compatibility update

* add data dir

* ci test yolov3

* update build_targets()

* update build_targets()

* update build_targets()

* update yolov3-spp.yaml

* add yolov3-tiny.yaml

* add yolov3-tiny.yaml

* Update yolov3-tiny.yaml

* thop bug fix

* Detection() device bug fix

* Use torchvision.ops.nms()

* Remove redundant download mirror

* CI tests with yolov3-tiny

* Update README.md

* Synch train and test iou_thresh

* update requirements.txt

* Cat apriori autolabels

* Confusion matrix

* Autosplit

* Autosplit

* Update README.md

* AP no plot

* Update caching

* Update caching

* Caching bug fix

* --image-weights bug fix

* datasets bug fix

* mosaic plots bug fix

* plot_study

* boxes.max()

* boxes.max()

* boxes.max()

* boxes.max()

* boxes.max()

* boxes.max()

* update

* Update README

* Update README

* Update README.md

* Update README.md

* results png

* Update README

* Targets scaling bug fix

* update plot_study

* update plot_study

* update plot_study

* update plot_study

* Targets scaling bug fix

* Finish Readme.md

* Finish Readme.md

* Finish Readme.md

* Update README.md

* Creado con Colaboratory
2020-11-26 20:24:00 +01:00
tzutalin
a64cbcae03 Updated history 2020-11-14 23:25:29 -08:00
tzutalin
e1c67fc0c3 Bump to 1.8.4 2020-11-14 23:17:25 -08:00
tzutalin
a86093ca60 Updated README 2020-11-14 22:51:44 -08:00
tzutalin
e13d154ad8 Fixed Autosave did not work as it does not use a proper file path separator 2020-11-14 09:05:33 -08:00
Glenn Jocher
98068efebc
Update greetings.yml 2020-11-13 13:28:20 +01:00
Glenn Jocher
46cd0d8cc4
Grid indices overflow bug fix 2 (#1551) 2020-11-09 20:59:57 +01:00
Glenn Jocher
95460570d9
Grid indices overflow bug fix (#1551) 2020-11-06 19:19:58 +01:00
Glenn Jocher
ac601cf681
Grid indices overflow bug fix (#1551) 2020-11-06 13:38:13 +01:00
Shiwei Song
cf652962fd
fix padding for rectangular inference (#1524)
Co-authored-by: swsong <swsong@stratosphere.mobi>
2020-10-19 12:17:14 +02:00
Glenn Jocher
54722d00bb
Update stale.yml 2020-10-08 11:50:52 +02:00
enicck
31463497c8
Adds create-ml format support (#651)
* adds createMl reader & writer class

* adds getFormatMeta function to support more than two save_format

* adds CreateML read & write support

* adds format CreateML icon

* fixes negative height/width

* removes type hints

* fixes coordinate calculation

* adds unit test

* removes typehint
2020-10-02 06:56:07 -07:00
tzutalin
d3486864fe update hotkey in readme 2020-09-26 11:22:20 -07:00
tzutalin
949e46cec4 change delete image hotkey 2020-09-26 11:15:30 -07:00
EuihyunLee
058d7a7e80
Read via QImageReader (#650)
* Now read via QImageReader

* Remove comment-out unused lines
2020-09-26 11:03:04 -07:00
tzutalin
08db03a36d rename functions 2020-09-12 10:59:57 -07:00
Crystal Silva Campos
12dadc67cd
Add ctrl+v hotkey to be able copy the bounding boxes from the previous image to the current (#627)
* Add previous bounding boxes code

* Create method to avoid repeated code

* Fix text in the action copyprevbounding

* Add description for different languages
2020-09-12 10:49:21 -07:00
Chris Rapson (AT)
39b0d68f09 Improve MessageBox when clicking Next/Prev without saving image 2020-09-12 00:15:20 -07:00
Chris Rapson (AT)
544cfb9e3c adjust position of popup labelDialog to make sure it is within edge of main window 2020-09-12 00:15:20 -07:00
Chris Rapson (AT)
5a7e3f8f4e allow panning by clicking and dragginng outside existing boxes 2020-09-12 00:15:20 -07:00
e96031413
4d49957f5a
Update requirements.txt (#1481)
* Update requirements.txt

I found that if we would like to calculate FLOPS in this project, we must install thop.
but there's no thop package inside the requirements.txt

https://github.com/ultralytics/yolov3/blob/master/utils/torch_utils.py#L108

* Update requirements.txt

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2020-09-10 12:00:53 -07:00
Glenn Jocher
bf34ae007f Global code reformat and optimize imports 2020-08-22 17:49:27 -07:00
Glenn Jocher
64ff05c499
Update greetings.yml 2020-08-13 14:56:52 -07:00
Glenn Jocher
0ad44bc7e8
Update greetings.yml 2020-08-13 14:49:54 -07:00
Glenn Jocher
3e7e1e16c5
Update greetings.yml 2020-08-13 14:43:37 -07:00
Glenn Jocher
3d09ca366c
reverse plotting low to high confidence (#1448) 2020-08-12 13:51:10 -07:00
Glenn Jocher
f14c143926
Update greetings.yml 2020-08-11 00:56:04 -07:00
Glenn Jocher
2a74d1fd7d update requirements.txt 2020-08-08 12:57:41 -07:00
Glenn Jocher
af22cd7be3 add .gitattributes file 2020-08-08 11:12:19 -07:00
Glenn Jocher
2ba4ee3242 update README.md 2020-08-03 19:54:27 -07:00
Glenn Jocher
061806bb1f update README.md 2020-08-03 19:54:03 -07:00
Glenn Jocher
7163b5e89f update README.md 2020-08-03 19:53:06 -07:00
Glenn Jocher
ee82e3db5d update requirements.txt (#1431) 2020-08-03 19:37:38 -07:00
tzutalin
0e905160fe Changing format enables save button 2020-08-02 00:18:34 -07:00
tzutalin
f387c5932b use enum for label file formats 2020-08-02 00:14:18 -07:00
Laszlo Treszkai
196bd46828 Save used labeling format in settings 2020-08-01 23:44:36 -07:00
Laszlo Treszkai
b21b48e640 Parse command-line arguments using argparse 2020-08-01 23:44:36 -07:00