https://github.com/joehoeller/Object-Detection-on-Thermal-Images
https://blog.csdn.net/u013832707/article/details/106014212
2.nvidia tx2i 源码编译pytorch
https://blog.csdn.net/sunshinefcx/article/details/103978651
sudo nvpmodel -m 0 # 切换工作模式到最大
cd build
cmake -DCMAKE_TOOLCHAIN_FILE=../gcc-7.cmake ..
vim gcc-7.cmake
set (CMAKE_SYSTEM_NAME Linux)
SET(CMAKE_C_COMPILER /usr/bin/gcc-5) SET(CMAKE_CXX_COMPILER /usr/bin/g++-5)
https://handong1587.github.io/deep_learning/2015/10/09/object-detection.html
https://github.com/enesozi/object-detection
下载论文https://sci-hub.tw
https://blog.csdn.net/u010011236/article/details/79432978?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.control&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.control
