suekarry
suekarry
> > 您好,我添加了保存所有图像功能,您可以通过单击菜单栏中的按钮来运行它。 > > 但是,如果图像太多,我不建议您执行此功能。这会消耗大量的时间和存储空间。 > > 希望这个功能是您想要的,如果有任何错误,请告诉我。谢谢。 > > 感谢您提供这个新功能!这使得推理阶段更加方便! 我会尝试一下并告诉你它的表现如何! 你好,我想问一下这个保存按钮在哪里?
> > 您好,我添加了保存所有图像功能,您可以通过单击菜单栏中的按钮来运行它。 > > 但是,如果图像太多,我不建议您执行此功能。这会消耗大量的时间和存储空间。 > > 希望这个功能是您想要的,如果有任何错误,请告诉我。谢谢。 > > 感谢您提供这个新功能!这使得推理阶段更加方便! 我会尝试一下并告诉你它的表现如何! > > > 您好,我添加了保存所有图片功能,您可以通过单击菜单栏的按钮来运行它。但是,如果图片 > > > 太多,我不建议您执行此功能。这会占用大量的时间和存储空间。 > > > 希望这个功能是您想要的,如果有任何错误,请告诉我。谢谢。 > > > > >...
> 如题,batch _size = 15, 检测目标类别=6,则atss算法会连续调用90次,通过profile,该部分GPU利用率低,耗时占比训练 30%左右,如何考虑优化,从而提升性能 与GPU利用率呢? 您好,我想问一下,您知道论文里的伪代码在哪个文件里?我找了好久没有找到符合的
> 应该是在 atss_core/modeling/rpn/atss/loss.py 里面的prepare_target是准备计算loss的target,也就是匹配anchor和target 是的!谢谢你~
> KeyError:"CocoDataset:'BBoxJitter is not in the pipeline registy‘“ 不好意思,就是想问一下BBoxJitter定义在哪里,我在该项目的/src/mmdet/datasets)/pipelines/_init_.py中没有发现该类,跑的时候也报错,希望得到解答,谢谢!!! 您好,请问这个项目的数据集在哪里?
你好,我想问一下您复现成功了?
> Please check your environment first and confirm your CUDA Pytorch and MMCV installed correctly Then run > > sh tools/dist_train.sh projects/configs/10_coco/group_rcnn_24e_10_percent_coco_detr_augmentation.py 8 --work-dir ./exp/group_rcnn Sorry to bother you. How...
> Hello, can you give the code implementation of the semi-supervised strategy for group r-cnn in supplementary material C? Hello,Have you reproduced the result in main? May I ask your...
> Thank you for your reply. I know very little about semi-supervised things, and I have just started to learn object detection. If you can give me a solution in...