240 发简信
IP属地:加州
  • DL notes[3]: classifier significance test

    0. Cross Validation k-fold cross-validation randomly divides the data into k blocks of ...

  • SIFT with openCV in ubuntu

    SIFT默认被移除,在contrib里https://www.pyimagesearch.com/2015/07/16/where-did-sift-and- 编译openC...

  • DL notes[2]: faster RCNN with pytorch in server

    1. github source https://github.com/jwyang/faster-rcnn.pytorch下载到本机git clone https://gi...

  • DL notes[1]: 常用操作

    test 1. 文件压缩&解压 tar.gz 文件解压:tar zxvf FileName.tar.gz压缩:tar zcvf FileName.tar.gz DirName...