kulkarnikeerti

Results 14 issues of kulkarnikeerti

Hi, I would like to create my own dataset for yolo9k, could you please share the input format for the model? For example, in general yolo accepts` [x, y, x,...

I have a difficulty in understanding what the dataset structure looks like. Can someone guide me or give a reference where I can read it for myself? Because the model...

Hi, I have been facing this issue from two days, I tried to figure that out but could not come up with a solution. I would really appreciate if someone...

Hi, Thank you very much for the great repo. However, I have hard time in finding the panoptic head code. I can find the code for instance and semantic heads...

Hi, I know that this repo works with a squared image. But, I am trying to incorporate a rectangle image of size `(720,1440)`. However, I end up with an error...

Thanks a lot for the great repo. I am trying to use the repo with custom dataset. I have my own input pipeline which provides the required data. However, I...

I get this error when `RuntimeError: The size of tensor a (45) must match the size of tensor b (46) at non-singleton dimension 2I` use `(720,1440)` as an input `image...

I am trying to use mapillary with yolo-nano model. And I get the target tensor after applying this `gt_creator` with 0's in it. In `if` condition which is present in...

Hi @lingorX @wenguanwang, @tfzhou Thank you for the great paper. I have a question regarding the evaluation metrics. The metrics used in this paper is the `mIoU`. 1. So this...

Hi @maudzung I am trying to work with your repo. I downloaded the kitti dataset, but I don't find the `classnames.txt` file in there. Did you create that file on...