当前位置:网站首页>[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
边栏推荐
- Niuke - Huawei question bank (51~60)
- 剑指 Offer 29. 顺时针打印矩阵
- matlab 使用 audioread 、 sound 读取和播放 wav 文件
- 2022 Q2 - Summary of skills to improve skills
- matlab 使用 audiorecorder、recordblocking录制声音,play 播放声音,audiowrite 保存声音
- 现货黄金分析的技巧有什么呢?
- Cross domain? Homology? Understand what is cross domain at once
- 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
- mysql列转行函数指的是什么
- Design and implementation of key value storage engine based on LSM tree
猜你喜欢
734. Energy stone (greed, backpack)
【视频】马尔可夫链蒙特卡罗方法MCMC原理与R语言实现|数据分享
leetcode2312. Selling wood blocks (difficult, weekly race)
leetcode2305. Fair distribution of biscuits (medium, weekly, shaped pressure DP)
MATLAB realizes voice signal resampling and normalization, and plays the comparison effect
Learn basic K-line diagram knowledge in three minutes
[Floyd] post disaster reconstruction
How to solve MySQL master-slave delay problem
How to build and use redis environment
Implementation of Weibo system based on SSM
随机推荐
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
Architecture evolution from MVC to DDD
Which is a good Bluetooth headset of about 300? 2022 high cost performance Bluetooth headset inventory
【视频】马尔可夫链蒙特卡罗方法MCMC原理与R语言实现|数据分享
企业应该选择无服务器计算吗?
Construction and maintenance of business websites [12]
Electronic Society C language level 1 32, calculate the power of 2
Niuke - Huawei question bank (51~60)
Selection of field types for creating tables in MySQL database
Using mongodb in laravel
Software No.1
leetcode2310. 个位数字为 K 的整数之和(中等,周赛)
leetcode2312. 卖木头块(困难,周赛)
Six lessons to be learned for the successful implementation of edge coding
花一个星期时间呕心沥血整理出高频软件测试/自动化测试面试题和答案
Redis有序集合如何使用
【LeetCode 43】236. The nearest common ancestor of binary tree
C language 3-7 daffodils (enhanced version)
Construction and maintenance of business websites [11]
SQLite 3 of embedded database