Chang She
Chang She
Using manylinux we can build wheels across different python versions. This makes it easier to create binary distributions of typed_python so that it doesn't always need to be built from...
Docker image was broken but is too complicated to maintain. I simplified the build using 2 builder images (1 for jar 1 for python wheels). I've also added some cleanup...
Currently if we have a relative Box, we need to manually rescale it by the image in order to draw it: `img | [box * (row.height, row.width) for box in...
Pandas/Arrow extensions may make it possible to easily read/write the Rikai types to/from parquet datasets. - For usage checkout the new `tests/types/test_pandas.py` file. - For a quick note on the...
not documented but the class no longer exists as of torch 1.9

In bdd100K dataset, each bounding box / label has attributes. e.g., these may indicate whether the labeled object is occluded, the color of a traffic light, etc. These are easy...
- [ ] pin Black version in pre-commit hook - [ ] pin isort version everywhere - [ ] python 3.8 x (spark 3.1, 3.2) - [ ] python 3.9...
- [x] prepare rikai dataset from logo3k raw dataset - [ ] create notebook showing sample training loop
e.g., we can't specify `options={'batch_size': 1}` right now. The mlflow registry can pick out extra options if they exist as tags in mlflow, just the rikai mlflow logger does not...