nanodet icon indicating copy to clipboard operation
nanodet copied to clipboard

训练过程中突然意外中断的问题 && 数据加载速度问题

Open Stephen-Hao opened this issue 1 year ago • 2 comments

image

作者您好!我使用NanoDet训练80万张左右的数据,在正常训练的第20个epoch报文件丢失的错误,请问您知道如何更改吗? 另外加载百万左右级别的数据时,初始的训练要等好久,您有优化方案吗?

Stephen-Hao avatar Apr 07 '23 02:04 Stephen-Hao

image 这个加载等时间有点久,可以优化吗

Stephen-Hao avatar Apr 07 '23 03:04 Stephen-Hao

nanodet/data/dataset/yolo.py change the img = cv2.imread() to h, w = imagesize.get()

ForeverPs avatar Sep 16 '23 12:09 ForeverPs