maggiequan

Results 4 comments of maggiequan

> voc转coco的matlab代码 > clear all; > mex('CXXFLAGS=$CXXFLAGS -std=c++11 -Wall','-largeArrayDims',... > 'private/gasonMex.cpp','../common/gason.cpp',... > '-I../common/','-outdir','private'); > % 在cocoapi/matlabAPI下运行,matlabAPI/cocoytils.m line54加上文件的名字,检查哪个xml文件出问题 > % 在matlabAPI/cocoytils.m line47 修改图像文件的扩展名 > % 在VOCcode/VOCinit.m line 81 修改类别的名字 > CocoUtils.convertPascalGt(...

> Hi, > You can use the VOC data in json format from the detectron repo https://github.com/facebookresearch/Detectron/tree/master/detectron/datasets/data. i just wanna to use the pretrained model to test my own pictures...

how to change the _load_data function in db/coco.py? just need to save your image file names to the _image_ids variable and just set _detections to be an empty list. i...

have you solved it? i have the same question, can you share it?