SpongeBab

Results 27 comments of SpongeBab

@zhanghaoo 你至少跑起来了,我连跑都没跑起来。。 我想问一下复现配完环境,不需要下载那个数据集吗?

之前配成功了。忘了怎么解决的了。不过最好是在ubuntu下安装。能避免很多问题。 发自我的iPhone > 在 2021年4月8日,下午6:22,joe660 ***@***.***> 写道: > >  > 我遇到了同样的问题 请问你解决了吗? 麻烦你了 谢谢 > > — > You are receiving this because you authored the thread. > Reply...

我是3.8。 发自我的iPhone > 在 2021年4月8日,下午10:33,joe660 ***@***.***> 写道: > >  > 你还记得当时python是3.6还是3.7?谢谢?我就是在Ubuntu下安装,出现了错误。难受。。。。 > > — > You are receiving this because you authored the thread. > Reply to this email...

@zhengshangdong 大神,你怎么成功运行的,能不能教教我!!!跪求

> > @zhengshangdong 大神,你怎么成功运行的,能不能教教我!!!跪求 > > 你还在做视频检测这个内容,可以加好友交流交流。 Oh,nope....最近刚被老师改了题目。视频检测也麻烦。

> 执行python -m torch.distributed.launch --nproc_per_node 4 tools/test_net.py --config-file configs/MEGA/vid_R_101_C4_MEGA_1x.yaml --motion-specific MODEL.WEIGHT MEGA_R_101.pth,报错:ModuleNotFoundError: No module named 'mega_core' ,请问是引入方式需要调整吗 have you solve this question?

> > 执行python -m torch.distributed.launch --nproc_per_node 4 tools/test_net.py --config-file configs/MEGA/vid_R_101_C4_MEGA_1x.yaml --motion-specific MODEL.WEIGHT MEGA_R_101.pth,报错:ModuleNotFoundError: No module named 'mega_core' ,请问是引入方式需要调整吗 > > are you fixed this problem? > maybe update GCC can...

@fengyue20 大神,你是在Windows还是Ubuntu上跑成功的? 可否指导一下。。

`(pytorch) xiaopeng@xiaopeng-HP-Z800-Workstation:~/ScaledYOLOv4-yolov4-csp/mish-cuda$ python setup.py build install /home/xiaopeng/miniconda3/envs/pytorch/lib/python3.7/distutils/extension.py:131: UserWarning: Unknown Extension options: 'headers' warnings.warn(msg) running build running build_py creating build creating build/lib.linux-x86_64-3.7 creating build/lib.linux-x86_64-3.7/mish_cuda copying src/mish_cuda/__init__.py -> build/lib.linux-x86_64-3.7/mish_cuda running egg_info creating...

> 也尝试过,也是相同的error,我可不可以在`models/ common.py`中基于Pytorch重新给个Mish激活函数的定义?如下: > > ``` > # no pretrain > # from mish_cuda import MishCuda as Mish > # pretrain > #from mc.build.lib.mish_mish import MishCuda as Mish > >...