Warning: The magic method HM\BackUpWordPress\Notices::__wakeup() must have public visibility in /hosting/mlk/html/wp-content/plugins/backupwordpress/classes/class-notices.php on line 46

Warning: The magic method HM\BackUpWordPress\Path::__wakeup() must have public visibility in /hosting/mlk/html/wp-content/plugins/backupwordpress/classes/class-path.php on line 57

Warning: The magic method HM\BackUpWordPress\Extensions::__wakeup() must have public visibility in /hosting/mlk/html/wp-content/plugins/backupwordpress/classes/class-extensions.php on line 35
2019-05-23 – Go Lab

DELF 윈도우 설치 간단 요점

아래의 문서를 따라가면 설치가 가능하지만, 윈도우라 살짝 다른면이 있습니다. 조심해야할점을 여기 남깁니다. https://github.com/tensorflow/models/blob/master/research/delf/INSTALL_INSTRUCTIONS.md protobuf는 윈도우 버전이…

ORB를 이용한 Local Feature 잡아내기

Oriented FAST and Rotated BRIEF라는 방법론을 이용해 Point Of Interest를 한번 잡아보도록 합니다. 다만, 성능은 보장하지…