无代写-MOT15
时间:2022-11-14
1. We will focus on this RCNN BASED approach to build up our own version, Data
will be using MOT15 or MOT17.
a. Set up your training environment
b. Test our deepSort to help you get familiar on the dataset
c. Paper :https://arxiv.org/pdf/1703.07402.pdf
d. Code: https://github.com/nwojke/deep_sort
2. Implementation for the RCNN based approach based on previous reading Try to
implement 2 version
a. 1st, Faster RCNN based
b. 2nd, Mask RCNN Based (after Fully tested the first one and worked, and
when you have extra time, do this)
3. Test our model on MOT dataset, record all necessary data, Loss, accrurcy,
generate result for visulization
4. Compare result with DeepSort