CR-Data-Collect
The full name of CR is component recognition. Component recognition uses object detection or image classification technology, and these two technologies require massive samples to train the model. This plug-in is a Pipcook plug-in, used to generate a large number of component recognition samples.
The input of this plug-in is a page that will randomly change every time it is refreshed. The page renders what sample looks like, and the global variables of the page contains labeling information.
After getting this page, the plug-in will use Puppeteer to loop through the screenshot-refresh operation to generate massive samples with random changes.
[Example of use] (test/index.js)