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
Glenn Jocher
6b1fe3e9dd
Normalized mosaic plotting bug fix ( #1600 )
2020-12-08 18:46:33 -08:00
Glenn Jocher
8d236eea3c
Hybrid auto-labelling support ( #1599 )
...
* Introduce hybrid auto-labelling support
* cleanup
2020-12-08 18:16:12 -08:00
Glenn Jocher
7e846c7d3c
Reinstate PR curve sentinel values ( #1598 )
2020-12-08 17:40:19 -08:00
Glenn Jocher
ce9feb42b4
Create codeql-analysis.yml ( #1597 )
...
* Create codeql-analysis.yml
* Update ci-testing.yml
* Update codeql-analysis.yml
* Update ci-testing.yml
2020-12-08 17:03:22 -08:00
Glenn Jocher
e285034b4b
Hub device mismatch bug fix ( #1594 )
2020-12-06 18:01:13 +01:00
Glenn Jocher
4a07280884
Pycocotools best.pt after COCO train ( #1593 )
2020-12-06 14:58:50 +01:00
Glenn Jocher
adc49abc71
Implement default class names ( #1592 )
2020-12-06 11:55:27 +01:00
Glenn Jocher
8f95dcf253
Update download_weights.sh with usage example ( #1591 )
2020-12-06 10:08:15 +01:00
Glenn Jocher
dbcb192f2d
Increase FLOPS robustness ( #1589 )
2020-12-05 11:41:17 +01:00
Markus Vieth
135a2c29e3
Correct conversion of time stamp ( #319 )
...
* Add test to verify that stamps are correctly converted
* Fix bug in fromPCL function for headers
The time stamp was not set.
2020-12-04 10:57:37 -08:00
Glenn Jocher
d1ad63206b
Add bias to Classify() ( #1588 )
2020-12-04 15:08:02 +01:00
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
matlabbe
856d7f0d62
Update .appveyor.yml
2020-11-15 09:41:53 -05:00
matlabbe
d6bcf42aec
Update .appveyor.yml
2020-11-15 09:39:38 -05:00
matlabbe
4a2b9d6ea9
fixed build with opencv >=4.4 and nonfree detected
2020-11-15 09:24:36 -05: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
Markus Vieth
2d21467423
Change conversions of Vertices for new PCL versions ( #316 )
...
In ad00c7bee2 , the vertices field of pcl::Vertices changed from std::vector<std::uint32_t> to std::vector<pcl::index_t>, where index_t is an index type with configurable size (currently by default int). This commit makes conversions from and to pcl_msgs::Vertices possible again, moving the vector contents if possible.
2020-11-09 11:09:17 -08:00
matlabbe
b1d01477b2
Update .appveyor.yml
2020-11-06 23:05:05 -05:00