我在创建测试数据时遇到了 dlib 问题,当我尝试创建模型时出现运行时错误
Traceback (most recent call last):
File "train_shape_predictor.py", line 34, in <module>
dlib.train_shape_predictor(training_xml_path, "predictor.dat", options)
RuntimeError: Error on line 5: string cast error: invalid string = '11.29'
问题是我的 xml 文件中有浮点我不能使用带浮点的 xml 文件吗?