Bibek KC

Results 11 issues of Bibek KC

Thanks for this good work. I was just wondering if there is any way to make the generated scene graphs more organized (as the one shown on your demo-example)? Can...

Hello, Thanks for this awesome repo. While running `./scripts/eval_kern_sgdet.sh`, I am getting the following error: - [ ] We couldn't find union_boxes.conv.2.num_batches_tracked,union_boxes.conv.6.num_batches_tracked 0%| | 0/26446 [00:00

Hello, Thanks for the awesome work. I tried to download test_data, train_data and val_data from the given [link](https://zjueducn-my.sharepoint.com/:f:/g/personal/zihaowang_zju_edu_cn/ElfzHE0sTXxNndx6uDLWlbYB-2zWuLfjNr56WxF11_DwSg?e=GKI0Df). But, it seems because of the large size, the download gets terminated....

## ❓ Questions and Help Hello! I have some general questions on understanding the metrics used in training. From the example below: `2022-08-13 19:12:26,520 maskrcnn_benchmark INFO: eta: 1:05:16 iter: 26000...

Hello, I found that the speed of running SGDet with the current maskrcnn benchmark is pretty slow. So, I want to integrate detectron2 with neural motif and run SGDet. Can...

Hello! Thanks for this awesome work. Is it possible to run yolact_ros in TensorRT? I am running yolact_ros in JetsonNX and it uses almost all of GPU during inference and...

Hello! I am trying to use beam search while doing inference on my GPTQ quantized 4-bit Llama model whose base model is `daekeun-ml/Llama-2-ko-instruct-13B`. I got an error like this: ```bash...

Hello! Thank you for this awesome work. I am testing `Punica` for serving my custom models and it has GPT-NEOX model as the base model. Currently, does `Punica` support other...

Hello! Thanks for the awesome work. In your paper, you have put many visualization figures like heatmaps and line plots, but I didn't find any codes to visualize and evaluate...

## Motivation I noticed that direct remote installation using `pip install mmdet` or `mim install mmdet` doesn't pull the `projects` module giving error like this: ``` >>> ImportError: Failed to...