Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fixes in read_image_to_tensor (#97)
* Select cpu if gpu not available * Change BGR to RGB before inference * Append sys path, so the notebook can open on windows * Convert color from bgr to rgb * Remove sys path because we assume that the notebooks are decoupled with the path dependence * Remove color conversion because it perform in the function read_image_to_tensor
- Loading branch information