Byronnar

Results 9 issues of Byronnar

很不错的中文仓库,请问数据集可以分享一下么?

When I using the petastorm pytorch Dataloader, Memory usage is bigger and bigger with epoch. My datasets size only 62m, But the memory need 12G(epoch1: 6.8G, epoch2: 8.1G, epoch3: 10.1G...)....

https://github.com/Byronnar/tensorflow-serving-yolov3 下面是修改的部分: 1 修改了网络结构,支持了tensorflow-serving部署,自己训练的数据集也可以在线部署,并给出了 docker+yolov3-api测试脚本 2 修改了ulits文件,优化了demo展示,可以支持中文展示,添加了字体 3 详细的中文注释,代码更加易读,添加了数据敏感性处理,一定程度避免index的错误 4 修改了训练代码,支持其他数据集使用预训练模型了,模型体积减小二分之一(如果不用指数平滑,可以减小到200多M一个模型,减小三分之二),图片视频demo展示完都支持保存到本地,十分容易操作 5 借鉴视频检测的原理,添加了批量图片测试脚本,速度特别快(跟处理视频每一帧一样的速度),视频检测可以显示 帧数跟ms了 6 添加了易使用的Anchors生成脚本以及各步操作完整的操作流程 7 添加了 Mobilenetv2 backbone, 支持训练模型, 模型大小70多M

enhancement

the model: 11-ResSFCN-101_all_ep_94_mae_26.8_mse_66.1.pth Traceback (most recent call last): File "test.py", line 151, in main() File "test.py", line 50, in main test(file_list[0], model_path) File "test.py", line 56, in test net.load_state_dict(torch.load(model_path)) File...

When I train polyp datasets, the error occured, logs as before: ``` 10 epochs, 1002 itertations each. 0%| | 0/10 [00:00

I have transfer the yolov5s.pt to yolov5.onnx, But I got a bad results when I infer... Can you give me some advices? ``` def draw(img, boxinfo, dst, id): for *xyxy,...

当我运行 python rebuild_model.py --model_dir models/inception_v3/3 --origin_model_dir models/inception_v3/2/ 就一直这个错误

from moxing.framework import file ModuleNotFoundError: No module named 'moxing' 这个moxing是指哪个啊?

把作者B站的视频看了过来的, 想问下gan网络能把第一张图变成第二章图的样子么(去噪,划线) ![test_118](https://user-images.githubusercontent.com/48123414/76701525-f7003880-66fc-11ea-8eb0-4d7c72a2b836.jpg) ![processed_0315](https://user-images.githubusercontent.com/48123414/76701537-14cd9d80-66fd-11ea-8876-1d0b0f7de0cb.jpg) 期待回复!