The-underground-Eugene

Results 1 issues of The-underground-Eugene

hey guys, got this code vector class_names; ifstream ifs(string("F:\\DNN\\alphabet_36.txt").c_str()); string line; while (getline(ifs, line)) { class_names.push_back(line); } if (Rotated_Image.empty()) { cout