Yusuke Niitani

Results 22 issues of Yusuke Niitani

This PR adds `TextureInteger*` classes. This modification alone would not let us use `IntegerTexture` with uniforms. I will send another PR that allows us to do that. I split the...

Merge after #138 `TextureInteger*` can now be used as uniforms. Please check the example in this PR. (https://github.com/yuyu2172/glumpy/blob/0e85499cf7d3777fef52141e436457d22615d8cb/examples/integer-texture.py)

Currently, the example fails to execute. Related https://github.com/glumpy/glumpy/issues/109 ``` $ python geom-path.py Traceback (most recent call last): File "geom-path.py", line 313, in program = gloo.Program(vertex, fragment, geometry) File "/home/leus/playground/glumpy/glumpy/gloo/program.py", line...

Merge after https://github.com/chainer/chainercv/pull/793 and https://github.com/chainer/chainercv/pull/781

Some functions do not have tests. - [x] `tasks/detection/vis_bbox.py` #136 - [x] `utils/test.py` #141 - [x] `tasks/semantic_segmentation/eval_semantic_segmentation.py` #132 - [x] `utils/extension.py` - [x] `utils/image.py` #124 - [ ] `utils/download.py` -...

test

Merge after #668

feature

Merge after #667

feature

I deleted the test for now because this requires manual downloading of the entire dataset. The test can be found below. https://github.com/chainer/chainercv/blob/bde8e36406babd375f2b80aa48e5242118b2dc0f/tests/datasets_tests/imagenet_tests/test_imagenet_det_bbox_dataset.py

feature