autowebcompat icon indicating copy to clipboard operation
autowebcompat copied to clipboard

Automatically detect web compatibility issues

Results 41 autowebcompat issues
Sort by recently updated
recently updated
newest added

The labeling can be performed using the **label.py** script. This script will show you a couple of images, and then you can press 'y' to label them as being compatible,...

labeling

After trying different models, we should be able to analyze which screenshots were falsely classified. With this we might be able to find some pattern or see some models which...

nn

To create final `bounding_box.json` file, I am thinking of having IOU as the basic criteria with some defined threshold with at least 50% `bounding_box.json` from the `label_persons` directory agreeing with...

labeling

The more browsers we have, the more screenshots we can collect

crawler

We will use this issue to track the results of the different network architectures and training methodologies. Add a comment in this issue when you are working on one of...

nn

There should be at least some distance between them, right now they are overlapping so I can't see the entire image.

labeling

As considered in #227 we can discuss how to implement this idea for training here.

We have started work on collecting bounding box annotations for our dataset, while our bounding-box labeled dataset maybe small. I think we should start thinking about implementing Object segmentation networks...

https://github.com/marco-c/autowebcompat/issues/264 is about trying to train a (shallow) network on the output of a DOM-based tool. This issue is about augmenting the CNN with data from the DOM-based tool.