Marco Castelluccio

Results 483 comments of Marco Castelluccio

After this, we can move the labeling tool to be web-based too.

In the first iteration, we will just show images that we have predicted already (using a crawler, we will daily collect screenshots and perform the prediction, the web-based tool will...

We have implemented collecting DOM information too, but we haven't collected any.

Yes, I think so. We implemented it recently. You should run it for a couple of websites and check that it is actually generating correct data.

> @marco-c although the dom info seems to be getting collected properly it is very slow in doing so. and could you tell me how i could add them to...

> Since the content is same irrespective if scrollbar is visible or not, we could simply scale the larger image to the size of smaller one, once we removed the...

Some solutions to remove the scrollbars at the source are described here: https://stackoverflow.com/questions/9449562/how-to-remove-scrollbar-in-chromedriver-how-to-change-http-agent. I think the `--hide-scrollbars` one doesn't work anymore, as the flag has been removed. The second solution...

It looks like `--hide-scrollbars` was added back (only when in headless mode): https://github.com/chromium/chromium/commit/d71fc504213b7d60f98d8b1db9abb6bda280a042.

We should now make sure the screenshots are the same in size. Maybe we need to collect them in a VM or something like that to make sure everyone is...