摘要: https://github.com/didi/maskdetection team, the mask detection technology is based on DFS face detection algorithm and the face attributes recognition 阅读全文
posted @ 2020-11-30 13:49 水木清扬 阅读(201) 评论(0) 推荐(0)
摘要: 主要是指针拷贝的时候析构会造成空析构。就是两次被析构,第一次析构后,第二次析构就找不到,就会导致报错!!!!!!!!!!!!! #define _CRT_SECURE_NO_WARNINGS#include<iostream>#include<string>#include<vector>class 阅读全文
posted @ 2020-11-30 08:40 水木清扬 阅读(103) 评论(0) 推荐(0)