当前位置:网站首页>【深度学习】infomap 人脸聚类 facecluster
【深度学习】infomap 人脸聚类 facecluster
2022-07-02 01:57:00 【XD742971636】
python安装infomap
安装infomap: pip install infomap
遇到问题:gcc: error: unrecognized command line option ‘-std=c++14’ 问题解决
解决:https://blog.csdn.net/qq_42189083/article/details/109612289
执行下面shell:
cd /usr/local/src
# 下载gcc5.2.0源码
wget http://ftp.gnu.org/gnu/gcc/gcc-5.2.0/gcc-5.2.0.tar.bz2
tar -jxvf gcc-5.2.0.tar.bz2
# 进入gcc目录安装
cd gcc-5.2.0
# 下载某些依赖包
./contrib/download_prerequisites
# 创建bulid文件夹
mkdir build
cd build
../configure --prefix=/usr/local/gcc --enable-languages=c,c++ --disable-multilib
# 编译安装,此过程耗时较长
make && make install
# 修改软连接
mv /usr/bin/gcc /usr/bin/gcc_bak
ln -s /usr/local/gcc/bin/gcc /usr/bin/gcc
mv /usr/bin/g++ /usr/bin/g++_bak
ln -s /usr/local/gcc/bin/g++ /usr/bin/g++
# 查看升级后版本
gcc --verson
g++ --version
代码
https://github.com/xiaoxiong74/face-cluster-by-infomap/tree/cccf4d204d0ba5c77f41f0b3c5cf7a4af521f377
边栏推荐
- 城市选择器组件实现原理
- How to debug apps remotely and online?
- Ks006 student achievement management system based on SSM
- Raspberry pie 4B learning notes - IO communication (1-wire)
- MPLS experiment operation
- 1069. Division of convex polygons (thinking, interval DP)
- What style of Bluetooth headset is easy to use? High quality Bluetooth headset ranking
- 2022 Q2 - 提昇技能的技巧總結
- Construction and maintenance of business websites [10]
- leetcode2312. 卖木头块(困难,周赛)
猜你喜欢
Penser au jeu 15: penser au service complet et au sous - service
城市选择器组件实现原理
三分钟学会基础k线图知识
Another programmer "deleted the library and ran away", deleted the code of the retail platform, and was sentenced to 10 months
[Video] visual interpretation of Markov chain principle and Mrs example of R language region conversion | data sharing
leetcode2309. 兼具大小写的最好英文字母(简单,周赛)
The concepts and differences between MySQL stored procedures and stored functions, as well as how to create them, the role of delimiter, the viewing, modification, deletion of stored procedures and fu
How can the tsingsee Qingxi platform play multiple videos at the same time on the same node?
How to build and use redis environment
分卷压缩,解压
随机推荐
Redis有序集合如何使用
电子协会 C语言 1级 32、计算2的幂
MySQL constraints and multi table query example analysis
leetcode2311. 小于等于 K 的最长二进制子序列(中等,周赛)
321. Chessboard segmentation (2D interval DP)
Is the knowledge of University useless and outdated?
leetcode2309. The best English letters with both upper and lower case (simple, weekly)
【视频】马尔可夫链蒙特卡罗方法MCMC原理与R语言实现|数据分享
自动浏览拼多多商品
leetcode2311. Longest binary subsequence less than or equal to K (medium, weekly)
Android: how can golden nine and silver ten squeeze into the first-line big factories from small and medium-sized enterprises? The depth of interview questions in large factories
New news, Wuhan Yangluo international port, filled with black technology, refreshes your understanding of the port
剑指 Offer II 031. 最近最少使用缓存
This is the form of the K-line diagram (pithy formula)
Based on configured schedule, the given trigger will never fire
SAP ui5 beginner tutorial 20 - explanation of expression binding usage of SAP ui5
Pyldavis installation and use | attributeerror: module 'pyldavis' has no attribute' gensim '| visual results are exported as separate web pages
1218 square or round
企业应该选择无服务器计算吗?
leetcode2312. 卖木头块(困难,周赛)