issues Search Results · repo:whai362/PSENet language:Python
Filter by
190 results
(153 ms)190 results
inwhai362/PSENet (press backspace or delete to remove)I ve tried to download and extract the following archives:
psenet_r50_ic15_736_finetune.pth.tar psenet_r50_ic15_736.pth.tar psenet_r50_ic15_1024.pth.tar
But WinRAR states all of them are either in unknown ...
chernobaevigor
- 1
- Opened on Apr 27, 2023
- #193
There’s possible confusion on the license of your repository when you combine other open-source code.
The module PSENet-python2/pse/.ycm_extra_conf.py claims its license as GNU General Public License ...
Ashley123456789
- Opened on Jan 29, 2023
- #192
配置好框架之后 train.py训练 报这个错 请问大家 我是哪里还没配好吗 File train.py , line 213, in module main(args) File train.py , line 164, in main
model = build_model(cfg.model) File /home/liyanyan/PSE_origial/models/builder.py ...
Captainlululu
- Opened on Dec 30, 2022
- #191
我按照readme文件中的指令训练完成后使用script.py文件进行精度验证,发现精度始终为0 Calculated!{ precision : 0.0, recall : 0.0, hmean : 0, AP : 0}
查看网络输出后发现输出的res_img_xx.txt文件内,只有坐标,没有transcription 而计算精度时又需要用到transcription,所以精度一直为0.请问怎么解决这个问题? ...
1826133674
- 1
- Opened on Sep 27, 2022
- #188
cv2.drawContours(gt_instance, [bboxes[i]], -1, i + 1, -1) 但是输入的 [bboxes[i]]格式为: [[[235 200] [329 181] [433 222]
[405 242] [338 210] [245 224]]] 根本没办法画轮廓
TinkingLoeng
- Opened on Jul 29, 2022
- #186
score = torch.sigmoid(out[:, 0, :, :]) # out = (torch.sign(out - 1) + 1) / 2 # 0 1 # # text_mask = out[:, 0, :, :] #
kernels = out[:, 1:cfg.test_cfg.kernel_num, :, :] * text_mask
kernels = out[:, ...
cqray1990
- 1
- Opened on Jul 6, 2022
- #185

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.