Anguliachao

Results 7 comments of Anguliachao

@zzzl-h seems your logits output shape does not match with label shape. check ur feeding data part maybe?

> Can you tell me what your tensorflow version is? > And python2 or python3? python 3 refer to the code , i'm not sure the tf version, generally tf1.4/tf1.5...

@zlmzju hi ,I met the same problem. my model can't reproduce the 81% result on your market.caffemodel, instead is 76%. can you explain that? I followed the same instructions you...

@SwEngine I suppose the lite version model are from yolo-v5-lite (https://github.com/ppogg/YOLOv5-Lite) repo, the lite-s model is from yolov5-lite-e version

Dear Pascalxia @pascalxia , I follow the exact instructions written by you in this repo ,but my results turn out to be all black instead of visualization result in your...

@jinyaxuan 把for循环提到前面写就可以了的。key-error是因程序认为xyxy, conf,cls等变量未定义先引用了 for xyxy* , conf, cls in pred.tolist(): data = {......}

Perhaps you can refer to this github issue post, mentioned install cython first(make sure cython installed for python3) https://github.com/cocodataset/cocoapi/issues/172