GaotongYu

Results 12 comments of GaotongYu

我的也是没锚框 Predict全部都没有

Same question, have you solved that?

@seekFire Nice work!Thx for all this!

Same question[1], but question[0] is easy. Before training or testing, you should run the pre_process.py to pre-process the dataset from .mat to .npy.

@seekFire Thx too! Keypoints[:, 2] represents the mean value of three nearest point distances. 都是中国人本来想中文回复的,但是为了国外友人能看懂还是英文回复了 加油 :)

Same problem! Have anyone solved it?

I solved it just add three lines under train()->images, labels = images.cuda(), labels.cuda(): `shape = list(images.shape) images = images.view(shape[0]*shape[1], *shape[2:]) labels = labels.view(-1)` just combine the 1st and the 2nd...

ncnn-android-yolov8是个项目,更大的这个好像不是,你试试打开ncnn-android-yolov8这个文件夹呢

应该Android studio还是没找到你装的cmake,感觉是没设置好环境变量 现在最新的cmake都3.2x了吧,你没必要装那么低的

> I was able to parse the output of the Yolov8 model just fine without much of what you were doing. First of all, the model already does a softmax...