blueoil
blueoil copied to clipboard
Bring Deep Learning to small devices
`tests/fixtures` dir is so big and image files should be kept out from the repo.
Support for Ultra96v2 ## Steps - [ ] Create Ultra96v2 Image with Ubuntu 18.04 - [ ] Update Converter for aarch64 + fpga (Ultra96v2) - [ ] Add CI for...
Because there are no tests for the scripts in `output_template`, they sometimes get broken but we cannot notice that (e.g. https://github.com/blue-oil/blueoil/issues/852). Adding an inference step at the end of the...
In blueoil, we use a sample image to make an inference when exporting, but since the image size of the sample image is fixed, if we don't resize it in...
Currently, we have test file for `profile_model.py` but there are no unit tests. https://github.com/blue-oil/blueoil/blob/master/lmnet/tests/executor_tests/test_profile.py
The files under `blueoil/converter/templates` has different styles. It's better to be ruled to make reading the code easier. Now following point I found is not ruled. * Various style of...
Now the tolerance to be tested in elf binaries like lm_x86.elf is fixed to `0.00001`. It should be variable because the tolerance is up to network and dataset. Some developers...
In current maste branch, First `make build` takes more than 30min. ## master Result of time `make build` at current master `b9db83d` ``` Successfully tagged blueoil_iizuka:v0.11.0-10-gb9db83d real 32m51.528s user 0m1.168s...
The difference between the speed of lm_fpga.elf and that of demo script in python. ``` lm_fpga.elf result ------------------------------------------------------------- Comparison: Default network test succeeded!!! ------------------------------------------------------------- TotalInitTime 42411, sum:42.411ms TotalRunTime 85897, sum:85.897ms...
At https://github.com/blue-oil/blueoil/blob/99087899291fb4dac6e07a8294a13137ba6faf98/blueoil/converter/core/operators.py#L85 , if one of input nodes is `Split`, this function may connect to incorrect output of `Split`, since this function doesn't have any information of output names of...