start object_shape_recognition code implementation

This commit is contained in:
Atsushi Sakai
2018-05-12 10:54:10 +09:00
parent 7dbff65953
commit 45d695323c
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
"""
Object shape recognition with convex optimization
author: Atsushi Sakai (@Atsushi_twi)
"""
def main():
print(__file__ + " start!!")
if __name__ == '__main__':
main()

View File

@@ -0,0 +1,15 @@
"""
Object shape recognition with convex optimization
author: Atsushi Sakai (@Atsushi_twi)
"""
def main():
print(__file__ + " start!!")
if __name__ == '__main__':
main()