tencent-ml-images
tencent-ml-images copied to clipboard
Largest multi-label image database; ResNet-101 model; 80.73% top-1 acc on ImageNet
Fixed main thread that was taking 100% cpu actively polling for other thread exits. Reuse the list of URLs instead of creating and reading in each thread.
Hi, I am downloading the train datasets thses days. As for its a big data, I divided all urls into 34 parts. So every part may contains 20w images. Then...
sir, Can I train with multi gpus ? Just I modify the the code in train.py config.gpu_options.visible_device_list = str(FLAGS.train_gpus) # FLAGS.train_gpus='0,1,2,3,4,5,6,7' Does if affect the loss function computing or the...
I run the mutithreading shell in windows with virtual linux env, but the terminal output shows that so many image urls are invalid. 1218 images in total, but i just...
请问又遇到这个问题吗?我用自己的数据run train.py文件报错?
Like how https://github.com/Tencent/Metis uses Travis CI to get automated testing output like https://travis-ci.com/Tencent/Metis
如题,我想通过mask rcnn 进行训练,但是貌似文档里没找到怎么使用标注的?