x-x110

Results 9 comments of x-x110

Hi, I want to run a demo using YOLOF. And, I wrote these files. However, I can't recognize any objects in the image. Could you get me some advances? ------------------ 原始邮件 ------------------...

Hi, the logit of these files is as follows. First, following https://github.com/facebookresearch/detectron2/blob/master/GETTING_STARTED.md, we download demo.py and perdictor.py. Then, we write default params(e.g. --config-file and --input). Finally, we write the YOLOF_predictor.  Compared...

Thanks!!! ------------------ 原始邮件 ------------------ 发件人: "chensnathan/YOLOF" ***@***.***>; 发送时间: 2021年7月12日(星期一) 晚上6:15 ***@***.***>; ***@***.******@***.***>; 主题: Re: [chensnathan/YOLOF] Hi, could you provide a detailed log of the multi-scale training(R50_C5)? (#27) For the demo, you can use the...

Hi, we use the "DefaultPredictor" and get the result. However, I get different performances. When I modify the "SCORE_THRESH_TEST" to 0.3, we can get right, meanwhile, the Map reduces to...

Hi, maybe these pictures are not shown on GitHub. Please see the email. The problem is that I obtain many low score boxes when setting the threshold to 0.05, but...

Hello, when setting the threshold to 0.3, we can get the picture named 0.3.jpg(35.5mAP, true result) and to 0.05, we can get the picture named 0.05.png(37.5mAP, false result). The mAP...

Hi, we use the coco2017 val dataset. In the attachment we submit 3 json files (improved result (our), original result (your), official result) and a simple test script. The script...

 Hi, I want to use your data of YOLOF(R50C5) in our paper. GFLOPs are 86 in your paper, but I got 85 when evalution the GFLOPs in Detectron2. Could you...

Sorry to bother you. The purpose of this letter is to inquire about the configuration or weight of multi-scale training (R50 or R101).  During the past two years, we was...