deep_sort_pytorch
deep_sort_pytorch copied to clipboard
Add content and modify bug
add some contents about YOLOv5 detector, tracking results showing and modify some errors about kalman_filter.py, detector.YOLOv3.weight.yolo_utils.py(This eliminates the need for compiling NMS operators).
later modifications to READMD.md will be uploaded, as well as updates to the appearance feature extraction network.
Thanks a lot for your contribution! This PR title is a bit confusing. It will be much better to use a more descriptive title instead of ambiguous words like "some".
tracking
- Added resnet network to the appearance feature extraction network in the deep folder
- modified the NMS bug in the preprocessing.py and the updated covariance calculation bug in the kalmen_filter.py in the sort folder detecting
- Added YOLOv5 detector, aligned interface, and added YOLOv5 related yaml configuration files
- The training, evaluation and prediction in the original YOLOv5 were deleted deepsort
- Added tracking target category, which can display both category and tracking ID simultaneously
tracking
- Added resnet network to the appearance feature extraction network in the deep folder
- modified the NMS bug in the preprocessing.py and the updated covariance calculation bug in the kalmen_filter.py in the sort folder detecting
- Added YOLOv5 detector, aligned interface, and added YOLOv5 related yaml configuration files
- The training, evaluation and prediction in the original YOLOv5 were deleted deepsort
- Added tracking target category, which can display both category and tracking ID simultaneously
Great job! Will you update the title as well, please?
later modifications to READMD.md will be uploaded, as well as updates to the appearance feature extraction network.
I assume these commits will be uploaded soon, correct? This pull request will be merged once the remaining is ready.
tracking
- Added resnet network to the appearance feature extraction network in the deep folder
- modified the NMS bug in the preprocessing.py and the updated covariance calculation bug in the kalmen_filter.py in the sort folder detecting
- Added YOLOv5 detector, aligned interface, and added YOLOv5 related yaml configuration files
- The training, evaluation and prediction in the original YOLOv5 were deleted deepsort
- Added tracking target category, which can display both category and tracking ID simultaneously
Great job! Will you update the title as well, please?
Is there any standard for naming titles
later modifications to READMD.md will be uploaded, as well as updates to the appearance feature extraction network.
I assume these commits will be uploaded soon, correct? This pull request will be merged once the remaining is ready.
updated on the appearance feature extraction network and README.md
@cjliu01 Hi, it's me again. I noticed that the previous PR(https://github.com/ZQPei/deep_sort_pytorch/pull/262), that trying to add MaskRCNN to detector, now has conflicts with master. Is it convenient for you to solve these conflicts that introduced by your PR with the previous one (https://github.com/ZQPei/deep_sort_pytorch/pull/262)? It will be really nice of you to help us out.
I will try to merge MaskRCNN into the main branch, but it will take some time.