This contains implementation of customized goturn with (20fps or ~50ms speed on gtx1080).
- Shifting of the previous rectangle
- Redraw the current location of the shifting rectangle
- We have the current center rectangle location (mask_inp) and previous rectangle location (mask_gt)
- Open and inspect main_train.py
- If you want to train, then uncomment the adjust_mask.train
- If you want to detect, then just run the code with python3 main_train.py
- Pytorch 1.3 ++
- time
- Matplotlib
- Numpy
- PIL
- os
- CV2
For further info, please use issues or contact me directly through issues, thank you.
- Build Customized GoTurn with Resnext101
- Build random point location of rectangle as dataset
- Validate training and testing
- Push on github