1070148808 / huaweiStudyJava

0 stars 0 forks source link

ai安全 #17

Closed 1070148808 closed 5 years ago

1070148808 commented 5 years ago

https://clarifai.com/models/celebrity-image-recognition-model-e466caa0619f444ab97497640cefc4dc 人脸识别

1070148808 commented 5 years ago

anaconda + jupyter 中多环境选择

source activate xxxxxxxxx conda install -n xxxxxxxxx nb_conda_kernels (让jupyter可以选择多环境) 或者用 python -m xxxxxxxxx install --user --name 1231 --display-name 123123

1070148808 commented 5 years ago

https://blog.csdn.net/Chris_zhangrx/article/details/79090463 opencv 本地编译,+ vs2015配置 理解过程: 1:cmake编译源码(注意编译平台,默认x86,选择x64),选择world选项 2:打开生成的sln(vs项目),对里面的ALL_BUILD和INSTALL生成 3:导入编译生成的install和下面opencv和opencv2 三个文件夹以及上面生成的world lib包 4:将生成的world dll文件放到c:\window下的system和system64文件夹里面

增加符号服务器支持 左键调试->选项->常规 勾选启动源服务器支持 符号那一项勾上微软符号服务器,下面的子选项全选

1070148808 commented 5 years ago

pytroch资料 https://www.jianshu.com/p/84297d9e4882?utm_source=oschina-app http://www.cnblogs.com/dudu1992/p/8977288.html https://baijiahao.baidu.com/s?id=1625418330981941428&wfr=spider&for=pc https://pytorch-cn.readthedocs.io/zh/latest/ https://morvanzhou.github.io/tutorials/machine-learning/torch/