ldk-97

Results 5 issues of ldk-97

error to run "pip install git+git://github.com/erikwijmans/[email protected]#egg=etw_pytorch_utils" then I find the link "http://github.com/erikwijmans/etw_pytorch_utils“ is not found, do you know how to solve it?

请问文章里用到的VGG-small是一个怎样的网络模型?

If I'm not mistaken, the code for pointnet2's farthest point sampling is in "SASA\pcdet\ops\pointnet2\pointnet2_batch\pointnet2_utils.py" There's a statement in there: from . import pointnet2_batch_cuda as pointnet2 I want to take a...

I met the following error while running the code: Traceback (most recent call last): File "C:/Users/Admin/Documents/code/BiPointNet/scripts/main.py", line 31, in cfg, stem = parse_cfg(args.cfg) File "C:\Users\Admin\Documents\code\BiPointNet\utils\utils.py", line 96, in parse_cfg with...

I would like to ask how to draw such beautiful feature maps of CNNs and WaveCNets as the article? Does the code to draw the feature maps exist in the...