<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>#4 UAV Inspection System: CV trouble</title><link>/challenges-projects/design-challenges/sixth-sense-design-challenge/b/blog/posts/4-uav-inspection-system-cv-trouble</link><description>If you’re following our previous posts, you might know that we are trying to implement Computer Vision in our Drone Inspection System. Although we have a model ready and trained, there is an issue with the credibility of the same. The model is traine</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: #4 UAV Inspection System: CV trouble</title><link>https://community.element14.com/challenges-projects/design-challenges/sixth-sense-design-challenge/b/blog/posts/4-uav-inspection-system-cv-trouble</link><pubDate>Thu, 14 Mar 2019 21:08:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:75175afe-c73e-4db6-9047-65724a9b7f82</guid><dc:creator>gecoz</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;If you cannot get hold of a good dataset for curved crack images, then you can try a different approach: you could try normalising your input images to the training data. This is a technique used quite often to prepare training datasets, and I think you probably can use it also the other way round.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Basically, the idea is once you take the image of the crack, you apply a transformation, to flatten the curvature, so your image will be matching the type you used to train your solution. This way your model will deal with an image of a flat crack, similar to those used to train it.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Your problem now would be to find a algorithm to transform the image, but you can find some good pointers to start from, like this &lt;a class="jive-link-external-small" href="https://www.researchgate.net/publication/4156408_Flattening_curved_documents_in_images" rel="nofollow ugc noopener" target="_blank" title="https://www.researchgate.net/publication/4156408_Flattening_curved_documents_in_images"&gt;paper&lt;/a&gt; on flattening curved text documents.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I&amp;#39;m not saying it is going to be easy, but I think it might be worth a shot.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Fabio&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=6657&amp;AppID=214&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>