Try clothes in AR.
The problem is to create a mobile application based on AR that can be used by customers to visualize clothes on themselves. This application can be integrated with online shopping websites as an aid to customers who find it difficult to choose the right pattern and size of clothes. All the existing solutions use special hardware for depth sensing and user size and pose estimation. This type of solution cannot be used in an online shopping website as the user may not have the required hardware available with them. The application should be designed in such a way that it needs no external hardware and should be able to run on the user's smartphone with a camera.
- Unity 5.3 or higher.
- Android SDK (when developing for Android).
- Open the sample project in the Unity editor.
- Select the
File > Open Project
menu item. - If Unity Hub appears, clickAdd
. Otherwise clickOpen
. - Navigate to the sample directorytestapp
in the file dialog and clickOpen
.- You might be prompted to upgrade the project to your version of Unity.
Click
Confirm
to upgrade the project and continue.
- You might be prompted to upgrade the project to your version of Unity.
Click
- Open the scene
MainScene
.- Navigate to
Assets/Scenes/SampleScene.unity
in theProject
window. - Double click on the
SampleScene.unity
file to open it.
- Navigate to
- Start the server.
- Build for Android
- Select the File > Build Settings menu option.
- Select Android in the Platform list.
- Click Switch Platform to select Android as the target platform.
- Wait for the spinner (compiling) icon to stop in the bottom right corner of the Unity status bar.
- Click Build and Run
If you want to try out this app, then you can download and install the apk
on any Android device from here. You will need the server running(Step 3 above)
A detailed project report for this project can be found here