Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Ar Cutpaste | 14,498 | 3 months ago | 54 | mit | TypeScript | |||||
Cut and paste your surroundings using AR | ||||||||||
Scoutar | 25 | 6 years ago | 1 | apache-2.0 | Swift | |||||
Augmented reality app displays nearby restaurant information in a live camera and map view. | ||||||||||
Captar | 23 | 6 years ago | 15 | JavaScript | ||||||
Augmented Reality Geolocation Capture-the-Flag Mobile Game Capstone Project | ||||||||||
Projectphotoar_unityclient | 7 | 4 years ago | other | C# | ||||||
Starter project for a Unity AR/Picture app | ||||||||||
Ar_hand_detection | 3 | 24 days ago | Swift | |||||||
This project's main goal is to develop an AR application of mirror therapy for hemiplegia patients | ||||||||||
Ar | 2 | a year ago | 16 | JavaScript | ||||||
Redlist Ar | 2 | 2 months ago | 8 | Dart | ||||||
Мобильное приложение, показывающее информацию о вымирающих видах животных, представленных в Красной книге, с использованием технологии дополненной реальности. Пользователь сможет увидеть животных их реальных размеров и информацию о них при помощи камеры своего смартфона. | ||||||||||
Inovatend | 1 | 3 years ago | 1 | mit | C | |||||
Inovatend - iOS Application :iphone: | ||||||||||
Entity Lens | 1 | 2 years ago | mit | C# | ||||||
An Augmented reality-based e-commerce website. Application is used to see the object in AR before buying them :chair: | ||||||||||
Udesign | 1 | 2 years ago | Dart | |||||||
Augmented reality mobile application for interior design. |
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