Seonghyeon Nam
Seonghyeon Nam
@icsd w, h are the current width and height of listview, respectively. And you can ignore oldw and oldh.
Hi, thank you for using my listview :) Put this listview in your xml of the fragment like this... - fragment.xml 2013/3/27 marcellinus [email protected] > Hi woozzu, > I tried...
I think you just have to change the id of listview to @android:id/list. 2014-10-08 17:13 GMT+09:00 Faisal Ahsan [email protected]: > Hi, Woozzu > Your library is a good piece of...
You can change the order of index list. 2015. 6. 15. 오전 7:09에 "Mustansar Saeed" [email protected]님이 작성: > Hi, > Can you please let me guide how can i implement...
@loseway12138 You can change the resolution by modifying the data loader and the model definition (in model.py).
@huangtao36 Actually, I'm not the author of the paper. As far as I know, `txt_feat_mismatch` means all image-text pairs in a batch are mismatched, and `txt_feat_relevant` refers to the batch...
@huangtao36 In `txt_feat_relevant`, half of examples are mismatched after `np.roll()`, and another half are matched. Regardless of implementation, the key of `relevant` is to mix up positive and negative pairs...
@rookie-zzw Could you elaborate your issue? e.g. stack traces.. I made this code long time ago, so detailed description would help me understand the issue.
@rookie-zzw I have no problem when running it on my machine. Can you describe about your environment? e.g. python/pytorch version. And, did you accurately follow the README? BTW, if you...
@rookie-zzw hmm.. that's strange. Can you confirm that [raw_desc in this line](https://github.com/woozzu/dong_iccv_2017/blob/master/data.py#L42) is None? If so, I think the dataset might be the problem. Please double check the paths in...