DetVisGUI
DetVisGUI copied to clipboard
This is a GUI for easily visualizing detection results .
such as 
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. 
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:...
 who can hlep me with this issues?