Harrison

Results 19 comments of Harrison

I met the same issue when training KITTI...

[20220830_022920.txt](https://github.com/abhi1kumar/DEVIANT/files/9458436/20220830_022920.txt) BTW, I only modified the training and validation data in the folder of ImageSets. I can successfully run the inference code.

> > Thanks much for your reply. > > Did your problem get solved? In other words, are you able to train your model on a different KITTI split? I...

> if you are training using Nusceens dataset the correct command is: > python second/create_data.py nuscenes_data_prep --root_path=/data/NUSCENES_TRAINVAL_DATASET_ROOT --version="v1.0-trainval" --max_sweeps=10 --dataset_name="NuScenesDataset" > pay attention to the capital S of scenes as...

ncnn doesn't support step=2 slice operation. and if change the common.py as you mentioned above, the original input 640 * 640 will not be changed to 320 * 320(while with...

> 我把app/src/main/cpp/Yolov5.cpp中预测框中心点(cx,cy)坐标乘了4倍,(w,h)分别乘以6倍和3.5倍,预测结果貌似凑对了,不知道能不能这样修改。。请指教 > > ![image](https://user-images.githubusercontent.com/67671719/88358682-87811080-cda2-11ea-8fe7-fe368ed20fb3.png) 你是只是测试了几张图片吗?我做了类似的操作,有的图像可以,但是有的图像就会有较大的偏差