Python实用项目收录|NICE projects

1. rembg


rembg 是使用 Python 实现的用于移除背景图片的工具,要求 Python 3.8 或更高版本,支持批量操作,使用方式比较灵活,可以直接使用命令行、作为服务运行、在 docker 中使用,还可以作为库调用。

GitHub - danielgatis/rembg

image-20201211175945979

2. SkyAR


SkyAR 是一种基于视觉的视频天空置换和协调方法,可以在可控风格的视频中自动生成逼真和生动的天空背景

GitHub - jiupinjia/SkyAR

image-20201211180234316

3. Depix


Depix is a tool for recovering passwords from pixelized screenshots. This implementation works on pixelized images that were created with a linear box filter.

文字马赛克还原工具

GitHub - beurtschipper/Depix

image-20201211180425968

4. PathPlanning


This repository implements some common path planning algorithms used in robotics, including Search-based algorithms and Sampling-based algorithms.

PathPlanning 是使用 Python 实现的存储库,实现了机器人技术中常用的路径规划算法。开发者还为每个算法设计了动画来演示运行过程,相当直观清晰。

GitHub - zhm-real/PathPlanning

⬆︎UP