Onuralp SEZER
|
af82b4e2d2
|
fix: 🐛 200+ E501 doc error lines are fixed.
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
|
2023-07-25 23:09:14 +03:00 |
Onuralp SEZER
|
57e17c34a0
|
feat: 🚀 pre-commit and initial formatted files
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
|
2023-07-25 13:02:26 +03:00 |
SkalskiP
|
6c51c4a1b4
|
🛠️ fix `detections_to_tensor`
|
2023-07-22 00:42:26 +02:00 |
SkalskiP
|
3d074fa213
|
🧮 Confusion Matrix docs update
|
2023-07-21 19:51:19 +02:00 |
Piotr Skalski
|
ea4638f5f5
|
Merge pull request #177 from kirilllzaitsev/feature/conf_matrix
Add ConfusionMatrix to EvaluationAPI
|
2023-07-21 13:31:26 +02:00 |
kirilllzaitsev
|
04b7badcbe
|
remove mock detection dataset
|
2023-07-21 11:44:28 +02:00 |
kirilllzaitsev
|
3f55e7a79a
|
updates patch
|
2023-07-21 11:42:50 +02:00 |
kirilllzaitsev
|
7a782b1ac3
|
cleanup test_detection
|
2023-07-20 15:59:50 +02:00 |
kirilllzaitsev
|
6016338a4f
|
remove test_from_detections
|
2023-07-20 15:48:38 +02:00 |
kirilllzaitsev
|
ae55e9c908
|
add test_convert_detections_to_tensor
|
2023-07-20 15:48:08 +02:00 |
kirilllzaitsev
|
5cb3c603cd
|
remove test_benchmark
|
2023-07-20 15:39:55 +02:00 |
kirilllzaitsev
|
fb211a6160
|
add IoU tests
|
2023-07-20 10:14:06 +02:00 |
kirilllzaitsev
|
37b7224380
|
black
|
2023-07-20 10:13:58 +02:00 |
kirilllzaitsev
|
314454c7a7
|
add test cases to test_from_tensors
|
2023-07-20 09:57:44 +02:00 |
kirilllzaitsev
|
ac39bdd487
|
add empty (preds,targets) test
|
2023-07-20 09:27:29 +02:00 |
kirilllzaitsev
|
fc1e899575
|
fix failing tests (reduce threshold to 0.2)
|
2023-07-20 09:17:47 +02:00 |
kirilllzaitsev
|
fccbe6baa2
|
add test_from_tensors
|
2023-07-20 00:22:12 +02:00 |
kirilllzaitsev
|
dc1083711a
|
remove ConfusionMatrix.from_matrix
|
2023-07-19 23:13:19 +02:00 |
kirilllzaitsev
|
abbc0e44b0
|
fixes patch
|
2023-07-19 23:01:50 +02:00 |
SkalskiP
|
3a8c4d63ea
|
🧪 tests added
|
2023-07-14 15:06:55 +02:00 |
kirilllzaitsev
|
21a480b483
|
refactor, remove duplicated
|
2023-07-08 11:54:25 +02:00 |
kirilllzaitsev
|
b7f72b79de
|
add test_benchmark
|
2023-07-08 10:06:14 +02:00 |
kirilllzaitsev
|
141428310a
|
add dummy_detection_dataset to utils
|
2023-07-08 10:05:52 +02:00 |
kirilllzaitsev
|
8f39df2fc0
|
add test_from_matrix
|
2023-07-07 22:54:22 +02:00 |
kirilllzaitsev
|
5107dd359f
|
add test_drop_extra_matches
|
2023-07-07 22:49:47 +02:00 |
kirilllzaitsev
|
d480ff5be2
|
add test_evaluate_detection_batch
|
2023-07-07 22:34:23 +02:00 |
kirilllzaitsev
|
476be527e5
|
add test_from_detections
|
2023-07-07 22:28:21 +02:00 |
kirilllzaitsev
|
d4ea295f09
|
add empty test templates
|
2023-07-06 22:46:45 +02:00 |
kirilllzaitsev
|
6a8f3fc03b
|
add detection module
|
2023-07-04 21:47:56 +02:00 |
SkalskiP
|
c4b33fe1d6
|
✅ ready for test and review
|
2023-07-04 17:31:33 +02:00 |
SkalskiP
|
46cb82797e
|
ready for merge
|
2023-06-28 14:16:59 +02:00 |
SkalskiP
|
a579ed46c6
|
ready for final tests
|
2023-06-28 13:36:10 +02:00 |
SkalskiP
|
006caa0b9b
|
🛠️ fix #149 - typo in filename
|
2023-06-27 15:25:24 +02:00 |
SkalskiP
|
782e7e5a39
|
ready for final tests
|
2023-06-27 13:53:27 +02:00 |
SkalskiP
|
f63336a824
|
save_coco_annotations logic simplification
|
2023-06-27 02:44:40 +02:00 |
SkalskiP
|
540efc80ce
|
classes_to_coco_categories, coco_categories_to_classes refactor + tests
|
2023-06-27 01:50:58 +02:00 |
SkalskiP
|
453d4df068
|
🧪 refactor + some tests
|
2023-06-14 16:38:08 +02:00 |
James Gallagher
|
234e376fca
|
respond to feedback
|
2023-06-14 09:48:00 +01:00 |
James Gallagher
|
5d8b378f35
|
add test cases for get_top_k, add docs for Classifications and ClassificationsDataset
|
2023-06-13 14:35:32 +01:00 |
SkalskiP
|
97892e3138
|
⛏️pick `Detections` by index
|
2023-06-05 11:01:14 +02:00 |
SkalskiP
|
55f4f00c0c
|
🧪 tests for `train_test_split`
|
2023-05-17 20:20:28 +02:00 |
SkalskiP
|
3af32800d3
|
😷 initial support for masks
|
2023-05-17 02:13:08 +02:00 |
SkalskiP
|
06ea737336
|
📦 YOLO box save ready for tests
|
2023-05-17 01:35:11 +02:00 |
SkalskiP
|
f616bda40f
|
🐚 shell of YOLO format processing added
|
2023-05-17 00:58:17 +02:00 |
SkalskiP
|
6c81d21a03
|
Unit tests for yolo loader added
|
2023-05-08 21:34:36 +02:00 |
SkalskiP
|
8c0a294ca1
|
First fully working version of `from_yolo`. Ready for test.
|
2023-05-08 17:13:59 +02:00 |
SkalskiP
|
77243f1752
|
initial yolo annotations file parsing
|
2023-05-07 13:16:42 +02:00 |
SkalskiP
|
feb08d10b2
|
➕ Add `Detections.merge` method
|
2023-05-04 09:30:48 +02:00 |
SkalskiP
|
0cb722e91e
|
`mask_to_polygons` and `filter_polygons_by_area` added
|
2023-04-18 14:48:25 +02:00 |
SkalskiP
|
63fd5a3f8a
|
🧪 ready for tests
|
2023-03-14 12:36:06 +01:00 |