Home

Awesome

AR Cut & Paste

An AR+ML prototype that allows cutting elements from your surroundings and pasting them in an image editing software.

Although only Photoshop is being handled currently, it may handle different outputs in the future.

Demo & more infos: Thread

⚠️ This is a research prototype and not a consumer / photoshop user tool.

Update 2020.05.11: If you're looking for an easy to use app based on this research, head over to https://clipdrop.co

Modules

This prototype runs as 3 independent modules:

Usage

1 - Configure Photoshop

<!-- ### 2) Setup the local server ```bash virtualenv venv source venv/bin/activate pip install -r requirements.txt ``` -->

2 - Setup the external salience object detection service

Option 1: Set up your own model service (requires a CUDA GPU)

Option 2: Use a community provided endpoint

A public endpoint has been provided by members of the community. This is useful if you don't have your own CUDA GPU or do not want to go through the process of running the servce on your own.

Use this endpoint by launching the local server with --basnet_service_ip http://u2net-predictor.tenant-compass.global.coreweave.com

3 - Configure and run the local server

4 - Configure and run the mobile app

Thanks and Acknowledgements