Satoshi Tsutsui

Results 26 comments of Satoshi Tsutsui

Hi, Yanghua, Thank you so much! I was able to run your code. I extracted the image urls into a single text file. [getchu.com.img.urls.txt](https://github.com/Aixile/chainer-cyclegan/files/939255/getchu.com.img.urls.txt) Now everyone can download the images...

@EMCL you are right. if you just run the 'predict.py' on the video provided in this repository, you will get that. I also got the same. The predicted discussed in...

Ok I noticed the mean provided in #4 is actually wrong. That mean is for ImageNet. The mean should be from Sports1M. Luckily, I found mean file is here :...

Hi, I tried to contact the authors of [Orientation-aware semantic segmentation on icosahedron spheres](https://arxiv.org/abs/1907.12849) but no reply... If anybody happens to have that matlab code, maybe upload to here?

I finally got the reply from the author. They pointed to their GitHub repository: https://github.com/cazhang/hexnet so no need to contact them to the matlab code.

This appears to be a common issue in semantic segmentation. Some use global IoU, while others use the average per-image IoU. https://github.com/IvLabs/stagewise-knowledge-distillation/issues/12#issuecomment-650696538 https://stats.stackexchange.com/questions/554724/is-there-an-official-procedure-to-compute-miou-mean-intersection-over-union I've noticed others raising similar queries, and...