1451595897

Results 5 issues of 1451595897

If I make in the lib folder(in google colab),it shows that “OSError: The nvcc binary could not be located in your $PATH. Either add it to your path, or set...

你好,我在训练自己的训练集的时候,在计算mAP时提示IndexError,不知道该如何解决这个问题呢? Traceback (most recent call last): File "train.py", line 205, in ap_table += [[c, class_names[c], "%.5f" % AP[i]]] IndexError: list index out of range ![image](https://user-images.githubusercontent.com/39090271/63075165-4877f780-bf63-11e9-87d0-3d1a442fb42c.png)

When I run the demo,it shows that absl.flags._exceptions.UnrecognizedFlagError: Unknown command line flag 'src_folder'.How can I deal with this problem? ![image](https://user-images.githubusercontent.com/39090271/49154837-71fcde80-f354-11e8-9994-935be291ff0a.png)

应该是测试2000张图片是80%. 4952张图片如下,现场跑的: ``` model restore from : /home/yanghe/YangHe_MyCode/FPN_Tensorflow-master/output/trained_weights/FPN_Res101_v1/voc_80000model.ckpt 2018-12-11 22:16:40.830512: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:897] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA...

验证计算AP的时候提示out of list,是因为哪里的配置文件没有设置好吗?在 .cfg和 .data文件里头我都设置好类别数了! ![image](https://user-images.githubusercontent.com/39090271/62759798-edeb2100-bab4-11e9-81b5-9d53d0b388c0.png)