bshakya77

Results 10 comments of bshakya77

@ZFTurbo I am using YOLOv8n, YOLOv8s, YOLOv8m, YOLOv8l, YOLOv8x models with WBF for object detection in VisDrone2019 dataset. It seems like the confidence scores increase when used with WBF but...

@wuyu112 Hello, I was going through the paper-entitled "GAN-Knowledge Distillation for One-Stage Object Detection". Is the official code released for the proposed method? Thank you, Bijay

@akshaychawla has DIODE been experimented with transformer-based object detection models like DINO or DETR? How effective/challenging would it be to use DIODE in transformer-based object detection models?

@moahaimen, I am using YOLOv8n, YOLOv8s, YOLOv8m, YOLOv8l, YOLOv8x models with WBF for object detection in VisDrone2019 dataset. Did you able to perform the evaluation for the ensemble model predictions?...

> can you please tell me what format did weighted box fusion is giving output. Like its xmin, ymin , xmax, ymax or anything else. Yes, it gives output in...

> Thanks for information Bijay. See i am not clear with benchmark file can you tell me something about benchmark file please. I am referring to this file: https://github.com/ZFTurbo/Weighted-Boxes-Fusion/blob/master/benchmark_oid/run_benchmark_oid.py I...

Hello, @tejasri19 , so far I remember it does not require to be normalized for running inference. For evaluation, we need to normalized it in (XMin, XMax, YMin, YMax) format...

Hello @lyuwenyu and @DrRyanHuang , I got the same issue when I trained `rtdetrv2_r50vd_6x_coco` model on `DOTAv1.5` dataset using `batch-size=16`. It works when I used `batch-size=2`. I am using `NVIDIA...

Hello @SoraJung and @lyuwenyu, I used the inference_onnx code provided above to calculate the inference time. I used the `rtdetrv2_onnxruntime.py` as reference and added the inference time calculation part in...

Hello @lyuwenyu, I have trained rtdetrv2_r50vd model on VisDrone2019 dataset. How can I calculate the GFLOPs and Inference time in test-dev dataset. The official page states that GGLOPs of rtdetrv2_r50vd...