エクサウィザーズ Engineer Blog

株式会社エクサウィザーズのエンジニアチームブログ

2020-01-01から1年間の記事一覧

Creating CI / CD pipeline using GitHub Actions self-hosted runners on AWS ECS

This is English version of this article. techblog.exawizards.com Hello, I'm Tadashi Nemoto from the DevOps team. I joined ExaWizards this year in July in order to improve CI / CD promote the usage of automated testing in product developmen…

Real-time pose estimation in Android

This article is focused on Pose Estimation using TensorFlow Lite. I will guide you through every step from picking an ML model to displaying an output on the screen, with detailed explanations and materials for further reading. We will not…

GitHub Actions の self-hosted runners を AWS ECS で動かして、CI / CD パイプラインを作る

DevOps エンジニアの 根本 征 です。 7月からエクサウィザーズ にジョインし、CI / CD パイプラインの改善や自動テストの布教などを行っています。 今回は GitHub Actions の self-hosted runners を AWS ECS 上に構築し運用してみたので、その試行錯誤につ…

【連載】時系列データにおける異常検知(1)

はじめに こんにちは。MLエンジニアの福成毅です。 私は、ある自社プロダクトの要素技術として時系列異常検知モデルの開発に携わってきました(2019/10 〜 2020/03)。 異常検知には今まで取り組んだことがなかったですが、時間をかけて様々なアプローチがある…

ロボット制御における特異点

MathJax.Hub.Config({ tex2jax: { inlineMath: [['$','$'], ['\\(','\\)']], displayMath: [ ['$$','$$'], ["\\[","\\]"] ] } }); エクサウィザーズMLエンジニアの柳元です。 あけましておめでとうございます(遅い)。 エクサウィザーズのRobotTechチームは…