当前位置:网站首页>【深度学习】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
边栏推荐
- matlab 使用 audioread 、 sound 读取和播放 wav 文件
- From January 11, 2007 to January 11, 2022, I have been in SAP Chengdu Research Institute for 15 years
- Construction and maintenance of business websites [13]
- 1069. Division of convex polygons (thinking, interval DP)
- matlab 实现语音信号重采样和归一化,并播放比对效果
- [C #] use regular verification content
- 1222. Password dropping (interval DP, bracket matching)
- leetcode373. Find and minimum k-pair numbers (medium)
- How to solve MySQL master-slave delay problem
- np. Where and torch Where usage
猜你喜欢

Redis环境搭建和使用的方法

SAP ui5 beginner tutorial 20 - explanation of expression binding usage of SAP ui5

Another programmer "deleted the library and ran away", deleted the code of the retail platform, and was sentenced to 10 months

城市选择器组件实现原理

人工智能在网络安全中的作用

479. Additive binary tree (interval DP on the tree)

leetcode2310. 个位数字为 K 的整数之和(中等,周赛)

With the innovation and upgrading of development tools, Kunpeng promotes the "bamboo forest" growth of the computing industry

TSINGSEE青犀平台如何实现同一节点同时播放多个视频?

What are the skills of spot gold analysis?
随机推荐
matlab 使用 resample 完成重采样
Automatically browse pinduoduo products
JMeter (II) - install the custom thread groups plug-in
SQLite 3 of embedded database
Three core problems of concurrent programming
How can the tsingsee Qingxi platform play multiple videos at the same time on the same node?
leetcode2305. 公平分发饼干(中等,周赛,状压dp)
matlab 实现语音信号重采样和归一化,并播放比对效果
电子协会 C语言 1级 32、计算2的幂
开发那些事儿:如何利用Go单例模式保障流媒体高并发的安全性?
leetcode373. 查找和最小的 K 对数字(中等)
MATLAB realizes voice signal resampling and normalization, and plays the comparison effect
There are spaces in the for loop variable in the shell -- IFS variable
电子协会 C语言 1级 33 、奇偶数判断
人工智能在网络安全中的作用
Golang lock
机器学习基本概念
如何远程、在线调试app?
[技术发展-21]:网络与通信技术的应用与发展快速概览-1- 互联网网络技术
Basic concepts of machine learning