wb315
wb315
Dear author, Thanks for you wonderful work! When i want to test the model i trained, i found the result is different whether use --pre_hm or not. If dont use...
表格识别
大佬,表格识别近期会更新吗
这一行会有Segmentation fault (core dumped)的error,请问作者会有这个错误吗
Thanks for your great work! Can you tell me where can i download the test viedo?
data_loader/modules/augment.py中 ``` if self.keep_ratio: # 将图片短边pad到和长边一样 h, w, c = im.shape max_h = max(h, self.size[0]) max_w = max(w, self.size[1]) ``` self.size[0]是w,self.size[1]是h