当前位置:网站首页>[deep learning] Infomap face clustering facecluster
[deep learning] Infomap face clustering facecluster
2022-07-02 01:59:00 【XD742971636】
python install infomap
install infomap: pip install infomap
Have a problem :gcc: error: unrecognized command line option ‘-std=c++14’ Problem solving
solve :https://blog.csdn.net/qq_42189083/article/details/109612289
Do the following shell:
cd /usr/local/src
# download gcc5.2.0 Source code
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
# Get into gcc Directory installation
cd gcc-5.2.0
# Download some dependent packages
./contrib/download_prerequisites
# establish bulid Folder
mkdir build
cd build
../configure --prefix=/usr/local/gcc --enable-languages=c,c++ --disable-multilib
# Compilation and installation , This process takes a long time
make && make install
# Modify the soft connection
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++
# View the upgraded version
gcc --verson
g++ --version
Code
https://github.com/xiaoxiong74/face-cluster-by-infomap/tree/cccf4d204d0ba5c77f41f0b3c5cf7a4af521f377
边栏推荐
- leetcode2310. The one digit number is the sum of integers of K (medium, weekly)
- Logging only errors to the console Set system property ‘log4j2. debug‘ to sh
- 剑指 Offer 47. 礼物的最大价值
- 剑指 Offer II 031. 最近最少使用缓存
- JMeter (I) - download, installation and plug-in management
- Ubuntu20.04 PostgreSQL 14 installation configuration record
- 1218 square or round
- "C language programming", 4th Edition, edited by he Qinming and Yan Hui, after class exercise answers Chapter 3 branch structure Exercise 3
- How to solve MySQL master-slave delay problem
- 遷移雲計算工作負載的四個基本策略
猜你喜欢

MySQL constraints and multi table query example analysis

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

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

MySQL view concept, create view, view, modify view, delete view

Six lessons to be learned for the successful implementation of edge coding

开发工具创新升级,鲲鹏推进计算产业“竹林”式生长

剑指 Offer 62. 圆圈中最后剩下的数字

Ks006 student achievement management system based on SSM

Opengauss database backup and recovery guide
![[Video] Markov chain Monte Carlo method MCMC principle and R language implementation | data sharing](/img/ba/dcb276768b1a9cc84099f093677d29.png)
[Video] Markov chain Monte Carlo method MCMC principle and R language implementation | data sharing
随机推荐
"C language programming", 4th Edition, edited by he Qinming and Yan Hui, after class exercise answers Chapter 3 branch structure
Is the knowledge of University useless and outdated?
Data analysis on the disaster of Titanic
* and & symbols in C language
The concept, function, characteristics, creation and deletion of MySQL constraints
Construction and maintenance of business websites [11]
剑指 Offer II 031. 最近最少使用缓存
电子协会 C语言 1级 32、计算2的幂
VARIATIONAL IMAGE COMPRESSION WITH A SCALE HYPERPRIOR文献实验复现
Deep learning: a solution to over fitting in deep neural networks
MATLAB realizes voice signal resampling and normalization, and plays the comparison effect
花一个星期时间呕心沥血整理出高频软件测试/自动化测试面试题和答案
The difference between new and malloc
跨域?同源?一次搞懂什么是跨域
Three core problems of concurrent programming
Word search applet design report based on cloud development +ppt+ project source code + demonstration video
Software No.1
Bat Android Engineer interview process analysis + restore the most authentic and complete first-line company interview questions
[Video] visual interpretation of Markov chain principle and Mrs example of R language region conversion | data sharing
剑指 Offer 42. 连续子数组的最大和