happy-q123
happy-q123
我也有此疑问,请问你解决了吗
> 你好,作者: 感谢你的开源,我最近想使用自己的数据集进行模型训练,我在创建了自己的clr_resnet18_mydataset.py配置文件,我对`cut_height`参数的设置有一些疑问,这个参数的意思是将图像crop为(0,cut_height, img_w, img_h)的图像,我看TuSimple、CULane、LLAMMAS数据集都设置了`cut_height`,请这个数据的设置依据是什么?如果我不知道如何设置,是否应该把`cut_height`设置为0,即不对图像进行crop。 另外,在`clrnet/dataset`下,计算`ys`时,也用到了`cut_height`, 以及设置了一个`step`,比如CULane数据集中的`np.arange(270, 590, 8)`,其中`step=8`,请问这里step设置的依据是什么??? > > https://github.com/Turoad/CLRNet/blob/7269e9d1c1c650343b6c7febb8e764be538b1aed/clrnet/datasets/llamas.py#L146 > > https://github.com/Turoad/CLRNet/blob/7269e9d1c1c650343b6c7febb8e764be538b1aed/clrnet/datasets/culane.py#L97 > > https://github.com/Turoad/CLRNet/blob/7269e9d1c1c650343b6c7febb8e764be538b1aed/clrnet/datasets/tusimple.py#L64 我也有此疑问,请问你解决了吗
> cut_height 你好,这个cut_height是怎么确定的