cyrildiagne / ar-cutpaste
- среда, 6 мая 2020 г. в 00:22:33
TypeScript
Cut and paste your surroundings using AR
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 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