README.md
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
This prototype runs as 3 independent modules:
The mobile app
The local server
The object detection / background removal service
server/src/ps.py, otherwise only an empty layer will be pasted.As mentioned above, for the time being, you must deploy the BASNet model (Qin & al, CVPR 2019) as an external HTTP service using this BASNet-HTTP wrapper (requires a CUDA GPU)
You will need the deployed service URL to configure the local server
Make sure to configure a different port if you're running BASNet on the same computer as the local service
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