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
detection and tracking demo May 30, 2018 Matlab2018: /usr/local/MATLAB docker path: /home/uni/Lab/Tools 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
recover files in linux February 28, 2018 https://unix.stackexchange.com/questions/101237/how-to-recover-files-i-deleted-now-by-running-rm/101297 Read more
Comments
Post a Comment