Jie-Huang
Jie-Huang
Hello, excuse me! First, thanks for your excellent work. Then I want to enquire if this algorithm can get the volume of the real object directly. I will look forward...
B导,我在你mobilenet-yolov4-pytorch的基础上换了一个ghostnetv2网络。现在我想和你之前的主干ghostnetv1、mobilenetv1-3等网络对比一下性能,但是不知道您之前使用VOC数据集训练网络时给的参数配置,想麻烦B导给个epoch,batch-size,optimizer,等其它参数呢。
B导,我将您yolov7中的YOLOLoss代码移植到了yolov4当中,形参和实参都对应上了,可是在获取原始数据的targets时出现了错误。我感觉是是targets被分成了不同的batch,而fit_one_epoch函数里面的targets = targets.cuda(local_rank)这行代码需要的是一个tensor。我不知道分析得对不对,也不知道怎么改了,搞了一下午加一晚上也没有弄明白,还请B导指导指导,感激不尽!!