2.DIY 一个Image Classification Get link Facebook X Pinterest Email Other Apps April 03, 2017 1.DIY 参考: http://nbviewer.jupyter.org/github/BVLC/caffe/blob/master/examples/00-classification.ipynb 2.安装matplotlib Debian / Ubuntu : sudo apt-get install python-matplotlib 3. Get link Facebook X Pinterest Email Other Apps Comments
github accumulation May 15, 2018 1. introduction to basic operations https://guides.github.com/activities/hello-world/ 2. uploading an existing project to github https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/ 3. Learn Markdown https://bitbucket.org/tutorials/markdowndemo Read more
Latex accumulation April 30, 2018 (1) put a figure and table in one row: https://tex.stackexchange.com/questions/6850/table-and-figure-side-by-side-with-independent-captions Read more
7. compile faster-r-cnn April 23, 2017 1. reference link: https://github.com/rbgirshick/py-faster-rcnn 2. need copy the 'makefile.config' file to the directory ''/home/uni/projects/maskrcnn/fasterrcnn/py-faster-rcnn/caffe-fast-rcnn" 3. the 4th step: when using command: make -j8 && make pycaffe lhdf5 error solution is: change 'Makefile' file as follows: 删除--- LIBRARIES += glog gflags protobuf boost_system boost_filesystem m hdf5_hl hdf5 增加+++ LIBRARIES += glog gflags protobuf boost_system boost_filesystem m hdf5_serial_hl hdf5_serial 4. Run the demo " cd $FRCN_ROOT ./tools/demo.py " error (1) lack easydict solution: $ sudo pip install easydict error(2) lack cv2 solution: $ sudo apt-get install python-opencv 5. Usage: cd $FRCN_ROOT ./experiments/scripts/faster_rcnn_alt_opt.sh [GPU_ID] [NET] [--set ...] ./experiments/scripts/faster_rcnn_alt_opt.sh 0 VGG16 pascal_voc 6. error and... Read more
Comments
Post a Comment