当前位置:网站首页>[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
边栏推荐
猜你喜欢

Matlab uses audiorecorder and recordblocking to record sound, play to play sound, and audiobook to save sound

Redis有序集合如何使用

Matlab uses resample to complete resampling

How can the tsingsee Qingxi platform play multiple videos at the same time on the same node?

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

成功实现边缘编码需要了解的六大经验教训

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

并发编程的三大核心问题

PR second training

【毕业季】研究生学长分享怎样让本科更有意义
随机推荐
Matlab uses audiorecorder and recordblocking to record sound, play to play sound, and audiobook to save sound
Construction and maintenance of business websites [15]
D discard the virtual recovery method
C language 3-7 daffodils (enhanced version)
What style of Bluetooth headset is easy to use? High quality Bluetooth headset ranking
From January 11, 2007 to January 11, 2022, I have been in SAP Chengdu Research Institute for 15 years
TSINGSEE青犀平台如何实现同一节点同时播放多个视频?
如何远程、在线调试app?
Android: the kotlin language uses grendao3, a cross platform app development framework
Matlab uses resample to complete resampling
Cross domain? Homology? Understand what is cross domain at once
golang---锁
Redis环境搭建和使用的方法
JMeter (II) - install the custom thread groups plug-in
Should enterprises choose server free computing?
Implementation principle of city selector component
Data analysis on the disaster of Titanic
Failed to transform file 'xxx' to match attributes
现货黄金分析的技巧有什么呢?
Five skills of adding audio codec to embedded system