Keyan Chen

Results 18 comments of Keyan Chen

> > 我运行程序时在定义Core ie时候报错,环境是win10,openvino2020.4,vs2017 > > 请问你的问题解决了吗,我也在win10环境遇到Core ie报错 将plugins.xml复制到项目为文件夹下,然后将core;改为core(plugins.xml),进行实例化

您好,我们在论文中给出了相关说明“Since the authors did not release the label for the test set, we divide the original training set into a training set, a validation set, and a test set with...

这应该不是显存的问题。尝试一下不使用IDE,只用终端运行;重启电脑,退出其他程序;跑完一个Epoch,在测试的时候,需要保存val集和test集的测试结果到内存中,可能是val集和test集太大,内存装不下,可以试试换更少的val集和test集试试;最后还不行,用conda重新建立个环境试试。

可以适当,将训练集图片分少一些,比如按5:2:3分train,val,test。现在提供了训练好的模型,请看项目主页

数据集确实很大,你可以选择一些小数据集进行实验 | | 陈科研 | | ***@***.*** | 签名由网易邮箱大师定制 On 05/14/2022 ***@***.***> wrote: 谢谢你的快速回复,我在改小val数据集后内存不会爆了。 我想再请问一下你是否还记得训练集的大小,我使用了24000张图片做训练集,跑200个epoch需要的时间太久了;我想做到跑相同的iteration尽可能复现你的模型,现在毕设时间紧张 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving...

需要更改csv文件,'TEST_DATASET': 'Tools/generate_dep_info/test_data.csv',

使用test脚本,做下属修改 'IS_VAL': False, 'VAL_BATCH_SIZE': 4, 'VAL_DATASET': 'Tools/generate_dep_info/val_data.csv', # if you need the test process. 'IS_TEST': True, 'TEST_DATASET': '自己的csv, 'IMG_SIZE': [512, 512], 报错也可以出来预测的结果图

把代码贴出来

vis = np.concatenate([img / 255., target / 255., pred / 255.], axis=0)