yangyangxie_ahu
yangyangxie_ahu
数据获取代码
您好,我冒昧的问一下,您能否将你数据爬取的代码也提供一下吗,比如如何爬取同花顺网页的代码?
Thank you very much for your work. May I ask when the complete code will be released
I trained the model with your tarin code, then I tested it with your VOT code and the following error occurred: python test_otb.py Traceback (most recent call last): File "test_otb.py",...
During the training process, because batch_size is 1, the training speed is too slow, and then I increase the batch_size,When batcg_size is set to 8 and 16, there is not...
I would like to ask how to deal with ontontes, so that it meets the format you need for training data. The results of my search are all in English,...
I used your code to train with VID data set, and then tested the trained model. I found that the test results on OTB50 and VOT2018 were quite different from...
Traceback (most recent call last): File "kaggle_mnist_alexnet.py", line 155, in tf.app.run() File "/home/xieyangyang/anaconda3/envs/tensorflow1/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 48, in run _sys.exit(main(_sys.argv[:1] + flags_passthrough)) File "kaggle_mnist_alexnet.py", line 149, in main train() File "kaggle_mnist_alexnet.py", line...
我发现识别身份证的时候有一个问题,就是对身份证最后一位有X的无法识别,这个怎么解决