[Unity, AR] I tried ‘Cloud Anchors’ (A sample of ‘ARCore’) Part2

Regarding ‘ARCore’ which is AR library released by Google, last time I explained about the beginning part of setting for ‘Cloud Anchors’ which is one sample program released from ARCore 1.2 or later version. [Link: I tried ‘Cloud Anchors’ (A sample of ‘ARCore’) Part1] The ‘Cloud Anchors’ is a library to realize AR multiplayer’s app sharing same AR environment with some devices. It means that due to realize same AR... Read more

[Unity, AR] I tried ‘Cloud Anchors’ (A sample of ‘ARCore’) Part1

Regarding ‘ARCore’ which is AR library released by Google, last time I introduced about ‘HelloAR’. It’s the most basic sample program of ARCore to realize AR environment on Android. [Link: I tried ‘HelloAR’ sample of ‘ARCore’ Part1] This time, I’ll explain how to set up ‘Cloud Anchors’ which is also one sample program released from ARCore 1.2 or later version. The ‘Cloud Anchors’ is a library to realize AR multiplayer’s... Read more

[AI/Machine Learning] How to install TensorFlow (GPU) and Keras Part2

As a framework of Machine Learning, Deep Learning, TensorFlow Google offered is very popular now. I am explaining how to install this GPU version. Last time I explained how to build a GPU environment. [ How to install TensorFlow (GPU) and Keras Part1 ] This time, as a next step I will explain concretely how to build a Python environment and how to install TensorFlow and Keras.   [2. Create... Read more

[Unity, AR] I tried ‘HelloAR’ sample of ‘ARCore’ Part2

Last time, I explained how to set up ‘HelloAR’ which is the most basic sample of ARCore SDK. This time, I’ll introduced the result of executing the sample, and how to change the 3D model (Google’s Andy) which is set up as standard prefab of ARCore sample like the above image. [Link: I tried ‘HelloAR’ sample of ‘ARCore’ Part1]   [3. Run on your mobile phone] Connect to Android device... Read more