Sergiy

Results 27 issues of Sergiy

Following the tutorial under https://mmdetection.readthedocs.io/en/latest/2_new_data_model.html The example code will not run, since dataset type is missing. When running `python tools/train.py configs/_custom_/mask_rcnn_r50_fpn.py ` getting an error: ``` 2022-07-31 01:30:31,069 - mmdet...

In your [tutorial ](https://github.com/open-mmlab/mmdetection/blob/master/demo/MMDet_InstanceSeg_Tutorial.ipynb)`show_result_pyplot()` shows a mask However for me it plots only bboxes, although the model I am using is for instance segmentation: ![image](https://user-images.githubusercontent.com/95919873/181837486-232dd532-ec32-4540-800d-4c58e1fdc1b0.png) Also for some reason the...

I tried `parsers.COCOMaskParser` to load my COCO dataset but getting an error: `ValueError: invalid literal for int() with base 10: 'YXi61og0000og00QXO00000O1000000O10O100000O100000000O10000000000O10000000000O01000000000O100000000000000O100000000000000O10001O0000000000000000000O10000000001O000O100000000000001O00000000000O2O0000000` Does that mean icevision only supports polygons for COCO...

enhancement
help wanted

Say my dataset consists of images with cats and dogs. Some images may have both the dog and the cat but the label for the cat would be missing. Is...

FiftyOne has an amazing functionality to find duplicate labels with **compute_max_ious()** and **find_duplicates()**. However finding true duplicates only using a thresholding from the IoU metric is not enough. Let's take...

question

I have a dataset in the COCO format with instance masks. I am using `compute_max_ious()` with `use_masks = True`: ![image](https://user-images.githubusercontent.com/95919873/174852806-778e3eac-4900-4f79-b99c-e4813888bf56.png) It does work, however I am getting lots of errors...

bug

Using Jupyter Lab notebooks on a GCP VM instance (Vortex AI notebooks). When executing `session = fo.launch_app(dataset)` the app doesnt start but instead shows **localhost refused to connect**. ![image](https://user-images.githubusercontent.com/95919873/145578171-88aa6f56-1a67-4fde-a39b-05bd19057dc3.png)

bug

Plotting the same image several times in a loop, however the origins of the x and y axis seems to be chosen randomly, see the image below. I am plotting...

**Describe the Bug:** When using `datasetinsights` to convert the dataset for instance segmentation to the COCO format, the annotation IDs generated in the COCO are not unique. Frameworks such as...

bug

There is another extension that does GPU monitoring (https://github.com/RSIP-Vision/vscode-nividia-smi-plus) Would be helpful to only use your awesome extension to be able to see GPU load and GPU memory.