tensorflow-yolov3 icon indicating copy to clipboard operation
tensorflow-yolov3 copied to clipboard

🔥 TensorFlow Code for technical report: "YOLOv3: An Incremental Improvement"

Results 114 tensorflow-yolov3 issues
Sort by recently updated
recently updated
newest added

Hello! I've found and fixed a bug in `line 38` in `mAP/extra/remove_space.py`. It's not working when I forcing the `yes` confirmation on yes/no query using `--yes` argument. I change ```...

int main(int argc, char* argv[]) { string dataset = "../2.jpg"; string graph = "../yolov3_coco.pb"; string input_layer = "input/input_data"; //input ops string final_out = " pred_sbbox/concat_2, pred_mbbox/concat_2, pred_lbbox/concat_2"; //output ops string...

我想请教一下,训练完了,也验证完了,但是运行main.py查看map值时报错说是标签有空格,标签有空格不行吗? 错误提示: If you have a with spaces between words you should remove them by running the script "remove_space.py" or "rename_class.py" in the "extra/" folder. 我按照这个提示改了,也没改好啊,求大佬指点

when I run conver_weight and use the pretrained ckpt to evaluate, raise the error below : tensorflow.python.framework.errors_impl.NotFoundError: Key conv52/batch_normalization/beta/ExponentialMovingAverage not found in checkpoint [[node save/RestoreV2 (defined at /Project/tensorflow-yolov3-master/evaluate.py:50) ]]

![微信图片_20200813132040](https://user-images.githubusercontent.com/44594444/90097137-d1d52c00-dd67-11ea-9a0a-e6891effdaa7.jpg)