issues
search
mit-han-lab
/
temporal-shift-module
[ICCV 2019] TSM: Temporal Shift Module for Efficient Video Understanding
https://arxiv.org/abs/1811.08383
MIT License
2.07k
stars
417
forks
source link
Transfer TSM on FPGA from "fpga" branch to "tsm_fpga" folder.
#167
Closed
JoshNoel
closed
3 years ago
JoshNoel
commented
3 years ago
Changes from "fpga" branch:
Disable FPGA kinetics demo.
Update tsm_fpga/README.md.
Update online-TSM src/main.cpp with video-friendly option.
Simple code restructure to move mobilenet_v2_tfslim.py out of submodule (the shift operation is still implemented in tensorflow-slim submodule), we simply seperate our code.
Changes from "fpga" branch: