DetVisGUI icon indicating copy to clipboard operation
DetVisGUI copied to clipboard

This is a GUI for easily visualizing detection results .

Results 13 DetVisGUI issues
Sort by recently updated
recently updated
newest added

such as ![微信图片_20220401105818](https://user-images.githubusercontent.com/1585734/161186586-88484893-5c3c-43a0-9b96-02da09441a77.png)

Hi, first of all thank you for develop this wonderful tool, but I wonder is there any way to list images that contain specific category?

Is it possible to zoom in to image? Because we cannot read labels and scores. ![ss](https://user-images.githubusercontent.com/5254173/153218567-29eafc1d-6c45-4cdc-8134-5d7c5b51c109.png)

I am using some test images to see results for faster_rcnn. I am able to visualize the results as shown in the figure. In addition to this i also want...

Hi, Thanks for the tool. Unfortunately I don't seem to be able to make it work when trying your example: `python DetVisGUI_test.py configs/faster_rcnn_r50_fpn_1x_coco.py ./faster_rcnn_r50_fpn_1x_coco_20200130-047c8118.pth data/test_images ` Results in: ``` Traceback...

Hello, thanks a lot for developing this tool, and I personally benefit a lot from it! Currently, I need to use "s" button to save every single image. I am...

I trained the mask_rcnn model and want to visualize the results of the test samples. My data includes two classes and I converted the data to coco format.. cmd line...

TypeError: 'int' object is not subscriptable

Hello. when i run the code, the issue was below: Traceback (most recent call last): File "DetVisGUI/DetVisGUI.py", line 1348, in vis_tool().run() File "DetVisGUI/DetVisGUI.py", line 366, in __init__ self.info.set('DATASET: {}'.format(self.data_info.dataset)) AttributeError:...

![image](https://user-images.githubusercontent.com/59718883/194065927-bc772e8f-f9bb-46c2-8ba6-1ed26c996720.png) who can hlep me with this issues?