a few small tools that I greatly rely on in the following area:
- robotics
- computer vision
- machine learning
python_utils
βββ examples
βΒ Β βββ demo_<tool>.ipynb
β
βββ src
βΒ Β βββ py_utils
βΒ Β Β Β βββ __init__.py
βΒ Β Β Β βββ <tool>>.py
|
βββ test
| βββ __init__.py
β βββ test_<tools>>.py
β
βββ LICENSE
βββ README.md
βββ requirements.txt
βββ setup.py
$ cd <your workspace>
$ git clone https://github.com/ChadLin9596/python_utils
$ cd python_utils
$ pip install -e .$ cd <directory of this repository>
$ python -m unittest$ cd <directory of this repository>
$ python -m black . --line-length=79
# sort all imports in alphabetical order
$ python -m isort .- add github workflow
- Data Repo: functionality of attributes serialization
- Data Repo: implement tools to manage data repo tree
- PCD: Implement pcd writer