Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / ggjy/defeat.pytorch issues and pull requests
#32 - How to calculate ground-truth mask?
Issue -
State: open - Opened by aidevmin about 1 year ago
#32 - How to calculate ground-truth mask?
Issue -
State: open - Opened by aidevmin about 1 year ago
#31 - About GT-mask?
Issue -
State: open - Opened by aidevmin over 1 year ago
#31 - About GT-mask?
Issue -
State: open - Opened by aidevmin over 1 year ago
#30 - 如何进行多卡训练
Issue -
State: closed - Opened by yuhua666 almost 2 years ago
#30 - 如何进行多卡训练
Issue -
State: closed - Opened by yuhua666 almost 2 years ago
#29 - KeyError: 'proposal_list'
Issue -
State: closed - Opened by yuhua666 almost 2 years ago
#29 - KeyError: 'proposal_list'
Issue -
State: closed - Opened by yuhua666 almost 2 years ago
#28 - 安装报错
Issue -
State: closed - Opened by yuhua666 almost 2 years ago
#28 - 安装报错
Issue -
State: closed - Opened by yuhua666 almost 2 years ago
#27 - python setup.py报错
Issue -
State: closed - Opened by yuhua666 almost 2 years ago
- 2 comments
#27 - python setup.py报错
Issue -
State: closed - Opened by yuhua666 almost 2 years ago
- 2 comments
#26 - 有关于项目代码编译的问题
Issue -
State: open - Opened by tongchangD about 2 years ago
#26 - 有关于项目代码编译的问题
Issue -
State: open - Opened by tongchangD about 2 years ago
#25 - About VOC pretrained weight
Issue -
State: open - Opened by saintrealchoi about 2 years ago
#25 - About VOC pretrained weight
Issue -
State: open - Opened by saintrealchoi about 2 years ago
#24 - >我把runner_kd文件复制到runner文件夹之后,用github上的mmcv把作者项目中的mmcv替换了,然后运行了python setup.py develop安装好了mmdet2.0但是pip list之后还是没有mmcv这个环境,并且运行项目也说我缺少mmcv
Issue -
State: closed - Opened by konoha-a over 2 years ago
#24 - >我把runner_kd文件复制到runner文件夹之后,用github上的mmcv把作者项目中的mmcv替换了,然后运行了python setup.py develop安装好了mmdet2.0但是pip list之后还是没有mmcv这个环境,并且运行项目也说我缺少mmcv
Issue -
State: closed - Opened by konoha-a over 2 years ago
#23 - 请问你是怎么安好的啊 我现在已经github下载了mmcv0.5.6版本的,然后runner_kd那个文件也复制过去了,之后怎么做呀?> >
Issue -
State: closed - Opened by konoha-a over 2 years ago
#23 - 请问你是怎么安好的啊 我现在已经github下载了mmcv0.5.6版本的,然后runner_kd那个文件也复制过去了,之后怎么做呀?> >
Issue -
State: closed - Opened by konoha-a over 2 years ago
#22 - 请问在自制coco数据集上训练时需要怎样增加class
Issue -
State: closed - Opened by WandernForte almost 3 years ago
- 2 comments
#22 - 请问在自制coco数据集上训练时需要怎样增加class
Issue -
State: closed - Opened by WandernForte almost 3 years ago
- 2 comments
#21 - KeyError: 'metric mAP is not supported'
Issue -
State: closed - Opened by WandernForte almost 3 years ago
#21 - KeyError: 'metric mAP is not supported'
Issue -
State: closed - Opened by WandernForte almost 3 years ago
#20 - Question about the code
Issue -
State: closed - Opened by waveboo almost 3 years ago
- 3 comments
#20 - Question about the code
Issue -
State: closed - Opened by waveboo almost 3 years ago
- 3 comments
#19 - 请问在one-stage上是怎么实现的?
Issue -
State: closed - Opened by muyoucun almost 3 years ago
- 1 comment
#19 - 请问在one-stage上是怎么实现的?
Issue -
State: closed - Opened by muyoucun almost 3 years ago
- 1 comment
#18 - About the train log of on coco dataset
Issue -
State: open - Opened by ofishhaha about 3 years ago
- 2 comments
#18 - About the train log of on coco dataset
Issue -
State: open - Opened by ofishhaha about 3 years ago
- 2 comments
#17 - 请教作者,请问论文中中间层特征的蒸馏损失,在代码的哪些部分?
Issue -
State: closed - Opened by ratcat1232 about 3 years ago
- 1 comment
#17 - 请教作者,请问论文中中间层特征的蒸馏损失,在代码的哪些部分?
Issue -
State: closed - Opened by ratcat1232 about 3 years ago
- 1 comment
#16 - Successfully load teacher network checkpoint. Traceback (most recent call last): File "tools/train_kd.py", line 204, in <module> main() File "tools/train_kd.py", line 200, in main meta=meta) File "/home/Disk-2T/DeFeat.pytorch-main/mmdet/apis/train.py", line 532, in train_detector_kd meta=meta) TypeError: 'module' object is not callable 为什么会报这种错误呀 我使用的命令:python tools/train_kd.py --validate --work-dir /home/Disk-2T/DeFeat.pytorch-main --config configs/kd_faster_rcnn/voc_stu_faster_rcnn_r50_decouple_neck.py --config-t /home/Disk-2T/DeFeat.pytorch-main/configs/kd_faster_rcnn/voc_tea_faster_rcnn_r101.py 大家帮我看看
Issue -
State: open - Opened by shuizaola about 3 years ago
#16 - Successfully load teacher network checkpoint. Traceback (most recent call last): File "tools/train_kd.py", line 204, in <module> main() File "tools/train_kd.py", line 200, in main meta=meta) File "/home/Disk-2T/DeFeat.pytorch-main/mmdet/apis/train.py", line 532, in train_detector_kd meta=meta) TypeError: 'module' object is not callable 为什么会报这种错误呀 我使用的命令:python tools/train_kd.py --validate --work-dir /home/Disk-2T/DeFeat.pytorch-main --config configs/kd_faster_rcnn/voc_stu_faster_rcnn_r50_decouple_neck.py --config-t /home/Disk-2T/DeFeat.pytorch-main/configs/kd_faster_rcnn/voc_tea_faster_rcnn_r101.py 大家帮我看看
Issue -
State: open - Opened by shuizaola about 3 years ago
#15 - 小白求指教,怎么样开始训练 ,是先要下好数据集和下好主干网络的权值吗
Issue -
State: closed - Opened by shuizaola about 3 years ago
- 1 comment
#15 - 小白求指教,怎么样开始训练 ,是先要下好数据集和下好主干网络的权值吗
Issue -
State: closed - Opened by shuizaola about 3 years ago
- 1 comment
#14 - ImportError: cannot import name 'Runner_kd' from 'mmcv.runner'
Issue -
State: open - Opened by Lhj-cd over 3 years ago
- 24 comments
#14 - ImportError: cannot import name 'Runner_kd' from 'mmcv.runner'
Issue -
State: open - Opened by Lhj-cd over 3 years ago
- 24 comments
#13 - Question about ‘head-cls’ type
Issue -
State: closed - Opened by ofishhaha over 3 years ago
- 2 comments
#13 - Question about ‘head-cls’ type
Issue -
State: closed - Opened by ofishhaha over 3 years ago
- 2 comments
#12 - 大佬,有one-stage的config吗
Issue -
State: open - Opened by CangHaiQingYue over 3 years ago
#12 - 大佬,有one-stage的config吗
Issue -
State: open - Opened by CangHaiQingYue over 3 years ago
#11 - 请问可以提供faster-rcnn-v2-374.pth吗?
Issue -
State: open - Opened by ma3252788 over 3 years ago
- 3 comments
#11 - 请问可以提供faster-rcnn-v2-374.pth吗?
Issue -
State: open - Opened by ma3252788 over 3 years ago
- 3 comments
#10 - 训练报错
Issue -
State: open - Opened by dnty over 3 years ago
- 7 comments
#10 - 训练报错
Issue -
State: open - Opened by dnty over 3 years ago
- 7 comments
#9 - 配置问题
Issue -
State: open - Opened by zengbohan0217 over 3 years ago
- 3 comments
#8 - Training Steps
Issue -
State: open - Opened by AmingWu over 3 years ago
- 1 comment
#7 - About student pretrain
Issue -
State: closed - Opened by yarkable over 3 years ago
- 2 comments
#6 - Where is the setting of temperature parameters for the consistency loss?
Issue -
State: open - Opened by Son-Goku-gpu over 3 years ago
- 1 comment
#5 - Pretrained Models
Issue -
State: closed - Opened by TheLostIn over 3 years ago
- 3 comments
#4 - RetinaNet config
Issue -
State: open - Opened by czy341181 over 3 years ago
- 2 comments
#3 - libcudart.so.10.0:cannot open shared object file
Issue -
State: closed - Opened by gear106 almost 4 years ago
- 13 comments
#2 - pascal voc的精度
Issue -
State: closed - Opened by thunderbird0902 almost 4 years ago
- 4 comments
#1 - Releasing Date
Issue -
State: closed - Opened by ShoufaChen almost 4 years ago
- 1 comment