[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

[Cinema] The film locations of ‘Crazy Rich Asians’: Part3

I’m introducing Hollywood romantic comedy movie ‘Crazy Rich Asians’ directed by Jonathan Murray Chu. It is based on the 2013 novel of the same name by Kevin Kwan who is from Singapore. Through last 2 times, I introduced the 1st part and 2nd part of the film locations taken in Singapore and Malaysia. In this post, finally I will explain the last part of the movie story. [ Link: The film... Read more

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

TensorFlow provided by Google as a framework of Machine Learning and Deep Learning is now really popular. It was released a little later than other frameworks, but now it is a de facto standard. I used Chainer of Preferred Network (Japanese product) before, but recently mainly I am using TensorFlow. After all, there are many users worldwide, it is attractive that the number of articles and materials to be helpful... Read more

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

Recently, many sessions of VR and AR are held in Unite and some events. I’m also developing AR game app using ARCore which is Google’s platform for building AR app for Android. Therefore, this time, I’ll introduce how to set up the most basic sample ‘HelloAR’ which is included in ARCore SDK. When you create AR app by yourself, you can study about ARCore by this sample. And by modifying... Read more

[Cinema] The film locations of ‘Crazy Rich Asians’: Part2

I’m introducing Hollywood romantic comedy movie ‘Crazy Rich Asians’ directed by Jonathan Murray Chu. It is based on the 2013 novel of the same name by Kevin Kwan who is from Singapore. Last time, I introduced the beginning part of the film locations taken in Singapore and Malaysia. [ Link: The film locations of ‘Crazy Rich Asians’: Part1 ]   This time, I will continue the topic, the details of... Read more

[Cinema] The film locations of ‘Crazy Rich Asians’: Part1

This time, I will introduce Hollywood romantic comedy movie ‘Crazy Rich Asians’ directed by Jonathan Murray Chu. It is based on the 2013 novel of the same name by Kevin Kwan who is from Singapore. The film stars Constance Wu (as ‘Rachel’ who is Chinese American, an economics professor at New York University) and Henry Golding (as ‘Nick’ who is Singaporean, Rachel’s boyfriend, and his family is extremely rich…) This... Read more

[Unity] I tried 3DBall sample of Unity “ML-Agents” (Tried Machine Learning)

Regarding ML-Agents which is Unity plugin to realize Machine Learning environment in Unity, in the last 2 times, I explained how to set up 3Dball which is sample of ML-Agents using sample learned model. [Link: I tried 3DBall sample of Unity “ML-Agents” (Using sample learned model) Part1] [Link: I tried 3DBall sample of Unity “ML-Agents” (Using sample learned model) Part2] This time, I’ll explain how to run Machine Learning itself... Read more

[Unity] How to install Unity. (Unity 2018)

This is explanation about Unity installation for Windows. I am explaining how to install Unity editor for beginners. This article is for participants for a programming class, but many Unity beginners also can refer this. (This explanation is targeting Unity2018.1. Already some new versions have been released, but the installation way is not so changed. If you need, you can select the latest version.)   [Overview of the operation steps]... Read more

[Unity] I tried 3DBall sample of Unity “ML-Agents” (Using sample learned model) Part2

Regarding ML-Agents which is Unity plugin to realized Machine Learning environment in Unity, last time, I explained about pre-preparation step (create Python environment) to try 3Dball which is sample of ML-Agents. [Link: I tried 3DBall sample of Unity “ML-Agents” (Using sample learned model) Part1] This time, I’ll explain set up in Unity to try the 3Dball sample.   [2. Make machine learning environment in Unity] 2.1. Open ML-Agents project in... Read more

[Unity] I tried 3DBall sample of Unity “ML-Agents” (Using sample learned model) Part1

Regarding ML-Agents which is Unity plugin to realized Machine Learning environment in Unity, already some demos have been shown in sessions held in Unite and some events. I also introduced about those sessions some times. [Link: Unite 2018 Tokyo: Introduce about “Unity for Deep Learning: Tool kit: ML-Agents”.] [Link: ] In those demo, there is a sample demo which is used every times. The name is 3Dball. This time, I’ll... Read more