Closed anth2o closed 5 years ago
:exclamation: No coverage uploaded for pull request base (
master@969863a
). Click here to learn what that means. The diff coverage is63.33%
.
@@ Coverage Diff @@
## master #3 +/- ##
=========================================
Coverage ? 12.12%
=========================================
Files ? 25
Lines ? 2185
Branches ? 0
=========================================
Hits ? 265
Misses ? 1920
Partials ? 0
Impacted Files | Coverage Δ | |
---|---|---|
src/mot/object_detection/predict.py | 0% <0%> (ø) |
|
src/mot/object_detection/train.py | 0% <0%> (ø) |
|
src/mot/object_detection/config.py | 57.86% <100%> (ø) |
|
src/mot/object_detection/dataset/__init__.py | 100% <100%> (ø) |
|
src/mot/object_detection/dataset/mot.py | 65.06% <65.06%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 969863a...7809162. Read the comment docs.
The goal of the repository is to be focused on plastic detection. Code related to COCO or "Balloon" example should be as much as possible removed - in future PRs.
Add wrapper to read mot dataset. Add notebook showing how to launch a training and visualize predictions.