Sagar Gupta

Results 41 comments of Sagar Gupta

https://github.com/marco-c/autowebcompat/blob/b18eae0999b6389b1cc84153f43b077eddccd9d8/collect.py#L162 And if this script works differently on two browsers then also it should be an incompatibility?

@Shashi456 it is already removed from the crawler.

@Trion129 I am not working on this issue and nobody else has yet commented so you can take this up. What sort of GUI are you planning? It should just...

@Trion129 since not much things are involved in this GUI you can simply use Tkinter. Opencv should only be preferable if PR #128 is merged.

@Shashi456 I am thinking of using all the bounding boxes for a given screenshot by all users who have annotated them and **calculate the maximum area of intersection with maximum...

I was going through https://arxiv.org/pdf/1506.01497.pdf `faster RCNN` and came across NMS (Non-Maximum Suppression). I think it will be more preferable. @marco-c any thoughts about it?

@marco-c I searched about NMS and found it is much similar to what I proposed above. If by > too much work you mean about the length of code, it...

![old](https://user-images.githubusercontent.com/19645459/39081328-f5eedbf4-455c-11e8-8647-631a78893f2d.jpeg) ![new](https://user-images.githubusercontent.com/19645459/39081325-eea9c48a-455c-11e8-9f46-8f5a31138ae6.jpeg) @marco-c This is the output I am getting with overlapping threshold value of 0.5. Is it fine? Or should I make some changes. Also I wanted to ask...

I was working on pretrained VGG16 model. Got validation accuracy of 80%. I was not able to save to file though (because of bug which will be fixed by #201...