Learning notes - 2018-04-26

1, Ubuntu 16.04 English version command line to install Chinese language pack

https://blog.csdn.net/sweettool/article/details/70224459


2, About the PDF reader under Ubuntu

https://blog.csdn.net/u013063153/article/details/53899708
The best pdf reader okular under Ubuntu
https://blog.csdn.net/whuslei/article/details/7196218


3, bulgs in Cmake practice

http://sewm.pku.edu.cn/src/paradise/reference/CMake%20Practice.pdf

(a), error: no CmakeLists.txt

solution: file name should be 'CMakeLists.txt', not 'CmakeLists.txt'

(b) error: not found SRC_LIST

solution:

ADD_EXECUTABLE(hello )

should be :

ADD_EXECUTABLE(hello ${SRC_LIST})

(c)error: stray ‘\200’ in program

solution:  should be use english input method, not use 中文输入法 or copy from webpage

  https://blog.csdn.net/pestd/article/details/9630415


4, the difference between dynamic library and static library

https://zhidao.baidu.com/question/1946953913764139388.html


5, Detectron for R-CNN

https://github.com/facebookresearch/Detectron

Detectron is Facebook AI Research's software system that implements state-of-the-art object detection algorithms, including Mask R-CNN. It is written in Python and powered by the Caffe2 deep learning framework.

At FAIR, Detectron has enabled numerous research projects, including: Feature Pyramid Networks for Object Detection, Mask R-CNN, Detecting and Recognizing Human-Object Interactions, Focal Loss for Dense Object Detection, Non-local Neural Networks, Learning to Segment Every Thing, Data Distillation: Towards Omni-Supervised Learning, DensePose: Dense Human Pose Estimation In The Wild, and Group Normalization.



Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324869992&siteId=291194637