SuperGoodGame

Results 5 issues of SuperGoodGame

I am not sure the all_scores.txt first row is LSE-C or LSE-D

process.py 中 55 行 因为版本更新,需要改变对应位置的代码face_alignment.LandmarksType.2_D 为face_alignment.LandmarksType.TWO_D

can some friends give me the information and detail about data that official checkpoint(vit-B-32) used? such as the data size , image number and so on. Thank you a lot

安装webui时,TTS报错,缺少模型,我该如何重新安装这个python包,或者如何解决问题

### 修改 1. 删除了不必要的clear,减少开销 2. 采用C++17 显示初始化map_ 中的项 C++17 提供了 std::map::try_emplace,可以在键不存在时插入默认值,同时返回引用 避免原有隐式初始化行为可能带来的代码易读性损失和后续插入空值的潜在影响 3. 减少循环中初始化多余的big_buffers_map_ 项 通过所有测试