Naeem Iqbal

Results 11 comments of Naeem Iqbal

For someone who is facing a similar issue, it is due to the conflict between conda installation and pip installation of the same module. I installed a pydensecrf within conda...

Hi @am935401 , Sorry for the late reply. Unfortunately, I could not find suitable way to overcome these conflicts between scripthook and standard libraries like OpenCV. If you are still...

I had the similar problem. I figured out that the **kitti_infos_train.pkl** file I was using was generated using a different version than this repo. To fix that, you can run...

Hi, I have the same question, I was trying to get the **viewmc_kldiv_region** mode as the active selector, and in the _active_selection/__init__.py_ in line 31 we have the `overlap_handler =...

Hi @tanmayv25 , sure Here is the verbose log output from gRPC endpoint: ```bash ============================= == Triton Inference Server == ============================= NVIDIA Release 22.04 (build 36821869) Triton Server Version 2.21.0...

Hi @krishung5 and @tanmayv25, Sorry for the late response. I did set the memory type to `requested_memory_type` to GPU but for some reason the error did not go away. I...

Hi @krishung5 , Sorry for the late response. Thanks for the exact reference. It works now when I move the input data to the GPU memory. Though I think that...

Hi @kirill-sizov, I am facing a similar issue. I have created a a labelling job with ANY kind of labels. I am uploading the labels in COCO 1.1 format as...

Hi @zhiltsov-max , Here is the annotation file I am using [nirannotations.zip](https://github.com/opencv/cvat/files/10094331/nirannotations.zip) Thanks for looking into this.

Hi all, I faced the same issue and found out that I followed the documentation of adding custom dataset a bit too much by the word. My mistake was that...