LLsmile

Results 20 comments of LLsmile

请问怎么调整log的iter步长?默认好像是10iter log一次,但是看着太频繁了。还有eval的 iter也没看到哪里设置,我的默认是500iter测试一次。

The version of the mmdet in my code is 1.0rc1

where is the __init__.py? I do not git the repo. Just run mim install mmdet

Not all dependencies can be installed rightly on Windows 10, such as apex and pycocotools. (1)Apex for python is installed by official guideline, `pip install -v --no-cache-dir .`. (2)And pycocotools...

> 我装2.2.2版本报错,numpy版本问题,这个问题怎么解决?

我用coco数据集,也是同样的报错: `OSError: (External) CUDA error(700), an illegal memory access was encountered. [Hint: 'cudaErrorIllegalAddress'. The device encountered a load or store instruction on an invalid memory address. This leaves the process...

切到develop分支还是有这个问题,不过使用CPU训练就不会报错了。

很显然,这些算子目前不支持,所以没法导出。 我训练出来的模型用tools/infer.py出来的可视化图好像差了点,bbox对不上,感觉有个固定偏差,不知道你的有没有问题。

> > 很显然,这些算子目前不支持,所以没法导出。 我训练出来的模型用tools/infer.py出来的可视化图好像差了点,bbox对不上,感觉有个固定偏差,不知道你的有没有问题。 > > 能上个图看看嘛 仔细看了一下box数据,应该是图片padding的时候是居中padding,然后计算坐标的时候当做左上角padding了,这个改哪里有知道的吗?

哪里有配置文件所有参数使用说明吗?