Kaiwen Liu
Kaiwen Liu
please merge this branch to Master!
`from imagededup.methods import PHash` ``` --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) Cell In[77], line 1 ----> 1 from imagededup.methods import PHash ModuleNotFoundError: No module named 'imagededup.methods' ``` But if...
> Could you please share more info? > > * imagededup version > * OS > * conda/pip version > > Also please try to stick to import formats as...
降低cython版本为0.29.36
> cython版本本来就是为0.29.36 环境列表发来看下吧
这个是还没识别完成,你把max_time 调大,最后要出现end{tabular}才算识别完成。表格识别我们是建议有cuda的机器使用的,你有把device设置成cuda吗,识别时长的日志截图看下。正常一个表格用cuda 100秒以内就可以完成
如果有cuda加速的话,可以将table-config中的参数设置为true,看一下表格的latex输出效果
只有cpu的话,也可以跑一下,但是表格处理时间会很长
> JSON文件中默认`"max_time": 400`,请问这个可以适度调节吗? 这个是表格识别的超时时间,单位:s
bug已修复