Glenn Jocher
|
36d12a500e
|
Explicitly compute TP, FP in val.py (#5727)
|
2021-11-20 01:04:56 +01:00 |
NauchtanRobotics
|
0be58f16f0
|
Adjust legend labels for classes without instances (#5174)
* legend-labels Adjust legend labels for classes without instances.
* #5158 Re-indexed series names: only classes containing data.
* #5158 Re-indexed series names: only classes containing data.
* Cleanup
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
|
2021-10-14 11:57:00 -07:00 |
Glenn Jocher
|
bb5ebc290e
|
Close `matplotlib` plots after opening (#4612)
* Close plots
* Replace fig.close() for plt.close()
|
2021-08-30 17:22:21 +02:00 |
Glenn Jocher
|
8ac96b7975
|
Fix for AP calculation limits 0.0 - 1.0 (#4563)
This PR brings alignment in AP computation practices with Detectron2 and MMDetection.
Problem first noted by @yusiyoh in https://github.com/ultralytics/yolov5/issues/4546
|
2021-08-27 13:23:29 +02:00 |
Glenn Jocher
|
24bea5e4b7
|
Standardize headers and docstrings (#4417)
* Implement new headers
* Reformat 1
* Reformat 2
* Reformat 3 - math
* Reformat 4 - yaml
|
2021-08-14 21:17:51 +02:00 |
Glenn Jocher
|
c6c88dc601
|
Copy-Paste augmentation for YOLOv5 (#3845)
* Copy-paste augmentation initial commit
* if any segments
* Add obscuration rejection
* Add copy_paste hyperparameter
* Update comments
|
2021-07-01 00:35:04 +02:00 |
Glenn Jocher
|
5ea771d93d
|
Move IoU functions to metrics.py (#3820)
|
2021-06-29 13:18:13 +02:00 |
Glenn Jocher
|
e8c5237403
|
ConfusionMatrix `normalize=True` fix (#3587)
|
2021-06-11 11:46:05 +02:00 |
Glenn Jocher
|
ec2da4a82c
|
Add ConfusionMatrix `normalize=True` flag (#3586)
|
2021-06-11 11:37:08 +02:00 |
Glenn Jocher
|
095197bd4a
|
Ignore Seaborn plot warnings (#3576)
* Ignore Seaborn plot warnings
* Update plots.py
* Update metrics.py
|
2021-06-10 13:51:29 +02:00 |
Michael Heilig
|
d48a34dca7
|
bug fix: switched rows and cols for correct detections in confusion matrix (#2883)
|
2021-04-22 00:49:55 +02:00 |
Ryan Avery
|
2c56ad5436
|
Confusion matrix background axis swap (#2114)
|
2021-03-02 16:09:52 -08:00 |
Glenn Jocher
|
f639e14e4d
|
Metric-Confidence plots feature addition (#2057)
* Metric-Confidence plots feature addition
* cleanup
* Metric-Confidence plots feature addition
* cleanup
* Update run-once lines
* cleanup
* save all 4 curves to wandb
|
2021-01-27 17:10:53 -08:00 |
Glenn Jocher
|
0bb43953eb
|
Reinstate PR curve sentinel values (#1645)
|
2020-12-08 17:40:49 -08:00 |
Glenn Jocher
|
f010147578
|
Update matplotlib.use('Agg') tight (#1583)
* Update matplotlib tight_layout=True
* udpate
* udpate
* update
* png to ps
* update
* update
|
2020-12-02 15:53:16 +01:00 |
Glenn Jocher
|
7aeef2dca5
|
Prevent PR plotting (#1489)
|
2020-11-24 00:46:01 +01:00 |
Glenn Jocher
|
0a3ff71ae0
|
Confusion matrix (#1474)
* initial commit
* add plotting
* matrix to cpu
* bug fix
* update plot
* update plot
* update plot
* update plot
* update plot
* update plot
* update plot
* update plot
* update plot
* update plot
* update plot
* update plot
* cleanup
* cleanup
* cleanup
* cleanup
* cleanup
* cleanup
* cleanup
* cleanup
* cleanup
* cleanup
* cleanup
* cleanup
* cleanup
* seaborn pandas to requirements.txt
* seaborn pandas to requirements.txt
* update wandb plotting
* remove pandas
* if plots
* if plots
* if plots
* if plots
* if plots
* initial commit
* add plotting
* matrix to cpu
* bug fix
* update plot
* update plot
* update plot
* update plot
* update plot
* update plot
* update plot
* update plot
* update plot
* update plot
* update plot
* update plot
* cleanup
* cleanup
* cleanup
* cleanup
* cleanup
* cleanup
* cleanup
* cleanup
* cleanup
* cleanup
* cleanup
* cleanup
* cleanup
* seaborn pandas to requirements.txt
* seaborn pandas to requirements.txt
* update wandb plotting
* remove pandas
* if plots
* if plots
* if plots
* if plots
* if plots
* Cat apriori to autolabels
* cleanup
|
2020-11-23 15:27:14 +01:00 |
Glenn Jocher
|
4250f84dfb
|
Update PR curve (#1428)
* Update PR curve
* legend outside
* list(Path().glob())
|
2020-11-17 17:29:55 +01:00 |
Glenn Jocher
|
fe341fa44d
|
Utils reorganization (#1392)
* Utils reorganization
* Add new utils files
* cleanup
* simplify
* reduce datasets.py
* remove evolve.sh
* loadWebcam cleanup
|
2020-11-14 11:50:32 +01:00 |