2020 09 13 Investigate other Semantic Segmentation packages - syntaxmonkey/Thesis GitHub Wiki
Option to train my own CNN for semantic segmentation
The existing models are trained for a specific need. As future work, we can train the CNN models to produce specific types of masks: https://missinglink.ai/guides/tensorflow/tensorflow-image-segmentation-two-quick-tutorials/
TODO:
- Implementing flocking behaviour between the SLIC regions to determine line direction.
- May need to implement clear edge boundaries based on flocking behaviour.
- Change line thickness as well as line RGB values.
- Double the size of the image.