Tuesday, June 30, 2020

Segmentation Lectures




https://medium.com/free-code-camp/mask-r-cnn-explained-7f82bec890e3
https://www.analyticsvidhya.com/blog/2019/07/computer-vision-implementing-mask-r-cnn-image-segmentation/

No comments:

PostgreSQL json fields

select name->'es_PE',* from product_template where name->>'es_PE' like '%MEGACI%'   References: [1] https:/...