blueoil
blueoil copied to clipboard
Bring Deep Learning to small devices
We use easydict to access dictionary. https://github.com/blue-oil/blueoil/blob/master/setup.cfg#L23 But the library longer maintenance(~2years). https://pypi.org/project/easydict/ Maybe we should rewrite Easydict like module. I want to remove library dependence.
TensorFlow 2.0 was released. We should consider upgrading our TF dependency to 2.0. However, since this is large major version up, we still don't know how much source code needs...
Should be python 3 as default on our hosted OS image for De10-Nano. Current hosted OS image is installed python2 dependency libraries for inference, Should support python 3 as default...
## What this patch does to fix the issue. In some cases, the dataset class saved to the `config.yaml` is `'abc.DATASET_CLASS'`. In these cases, trying to load `config.yaml` fails, causing...
## What this patch does to fix the issue. * Refactored `if` statement structures. * Replaced unnecessary use of `elif` with `if` if it's immediately after `return` / `raise` statement....
## What this patch does to fix the issue. * removed unnecessary variable assignments ## Link to any relevant issues or pull requests. #1058
Until now, pytorch have so much good model. Because of static graph, it have to use tensorflow ?
This occurs when using horovodrun, when running train command: ``` docker run --runtime=nvidia -e CUDA_VISIBLE_DEVICES="0,1" -v `pwd`:/home/blueoil -v :/home/blueoil/dataset:ro --user=$(id -u):$(id -g) horovodrun -np 2 python blueoil/cmd/main.py train -c blueoil/configs/core/classification/lmnet_quantize_cifar100.py...
to be written. ## Motivation and Context ## Description ## How has this been tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change...
Some augmentors edit the images without modifying the coordinate of bounding boxes (gt_boxes variables), which is reported by [this issue](https://github.com/blue-oil/blueoil/issues/60). This pull request changes the coordinate of bounding boxes for...