Shun Iwase

Results 11 comments of Shun Iwase

The projection matrix P contains information about the intrinsic matrix. ``` P = K [R|t] ```

There are two changes. Firstly, I fixed wrong types of `body_loc_args` and `title_loc_args`. According to [Firebase Cloud Messaging HTTP Protocol](https://firebase.google.com/docs/cloud-messaging/http-server-ref#table2), `body_loc_args` and `title_loc_args` must be array of JSON. Therefore I...

@jcorsetti Yes, I did the same thing to detect failure cases. This is a bit ugly but I leave this patched function just for reference. ```python def rle_to_binary_mask(rle, bbox_visib=None): """Converts...

Thank you for the quick and detailed answer. A similar confusion between Linemod and Occlusion Linemod datasets happened to me before. I hope the new experiments on Occlusion Linemod dataset...

@chensong1995 ~~For confirmation, according to the codes around [this line](https://github.com/chensong1995/HybridPose/blob/fe22829217d892dfc27e62348be35459066e39cf/trainers/coretrainer.py#L584), the test dataset (20% of the dataset) is split into validation and test dataset. Is this understanding correct?~~ ### Additional...

Hi, @chensong1995! I did experiments on some categories with a fixed dataset, could I check my results with yours?

Hi, krystofspl. I'm sorry for my slow reply... I think this problem is not in wunderlist-api but in openssl, so that please run `brew update` and then `brew upgrade openssl`.

Hi, Vikas. I'm sorry for my slow reply. And thanks for your commit !! new_task method in `lib/wunderlist/api.rb` looks redundant. Please delete it and then commit again. Thanks.