Jingwei Zhang

Results 13 issues of Jingwei Zhang

Support different border modes in `mmcv.imrotate` ## Motivation Make the args `borderMode` in original API `cv2.warpAffine` in opencv exposed in the inferface of `mmcv.imrorate()` so that users can switch different...

Thanks for your great work! I find some inconsistency about the architecture parameters initialization between your paper and your code. In your paper, you said using zero initialization for architecture...

Wonderful work! We're very interested in your work. VIS is a future key development direction in [mmtracking](https://github.com/open-mmlab/mmtracking). We'll appreciate it if you can create a PR about this work in...

1. discard useless parameter 'criterion' in Class newModel 2. fix channel mismatch in new_model.py when i==1 3. change the default cityscapes epoch to 90 4. remove args.gpu_ids, replace the 'len(agrs.gpu_ids)'...

I try to use apex, and find `Traceback (most recent call last): File "train_autodeeplab.py", line 412, in main() File "train_autodeeplab.py", line 405, in main trainer.training(epoch) File "train_autodeeplab.py", line 175, in...

I noticed the performance is slightly improved compared to the baseline (Source Only) in your paper when you just use the exemplar invariance and source domain labeled data? However, I...

Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand...

Thanks for your error report and we appreciate it a lot. **Checklist** 1. I have searched related issues but cannot get the expected help. 2. The bug has not been...

Exciting work! I wonder why the performance of PVCNN on Waymo validation set is lower than that of the original paper. I also noticed that the performance of other methods...