Ray Yang

Results 11 issues of Ray Yang

Thanks for your nice work!!! But, I met some errors in the process of installation. Please see below. ` INFO: LeeSigma cython module not found. (run build process?) INFO: LeeSigma2...

Thanks for your great work! In the [paper](https://openaccess.thecvf.com/content/CVPR2021/papers/Tian_BoxInst_High-Performance_Instance_Segmentation_With_Box_Annotations_CVPR_2021_paper.pdf), Table1(a) shows that the color similarity threshold of 0.1 catches the best performance. However, it is set to 0.3 in the [configs](https://github.com/aim-uofa/AdelaiDet/blob/master/configs/BoxInst/Base-BoxInst.yaml)(line...

Hello, thanks for your best work! I would like to know why you use the function "_init_weights" in all class, including 'MLP, Attention'? Maybe, one init_weights function is enough in...

Thanks for your nice work~ but I met some questions when I used this model in the customer dataset. I trained a nice model that achieved satisfying mAP in the...

Hello, thanks for your nice work! Recently, I used your method in my own project, and the mAP is improved indeed. However, When I check the JSON format result, most...

Hi, can you give an example of using cache in "wds.DataPipeline(*pipeline)"? pipeline[0] is wds.SimpleShardList(input_shards)

Excuse me, I would like to know how to use the 'mosaic',when I add it into pipeline, there will be an error. Could you give a config example? Another question...

Hi! a very nice work! Do you reproduce the Llava results in your project?

Great work! I would like to know how to get the 3D cuboid in the camera coordinate according to `scale`, `location`, and `quaternion_xyzw`. Thank you!

### Prerequisite - [x] I have searched [Issues](https://github.com/open-mmlab/mmdetection3d/issues) and [Discussions](https://github.com/open-mmlab/mmdetection3d/discussions) but cannot get the expected help. - [x] I have read the [FAQ documentation](https://mmdetection3d.readthedocs.io/en/latest/notes/faq.html) but cannot get the expected help....