hold on

Results 12 comments of hold on

I install g2opy with sudo ,but it doesn't work either...

Hi,I have install your branch using pip install git+https://github.com/frgfm/pytorch-summary.git, but I still meet this issue "`AttributeError: 'list' object has no attribute 'size'`" when testing the densenet backbone.Could you do me...

just now,I rerun` pip install git+https://github.com/frgfm/pytorch-summary.git` ``` Collecting git+https://github.com/frgfm/pytorch-summary.git Cloning https://github.com/frgfm/pytorch-summary.git to /tmp/pip-req-build-9fh9x80m Running command git clone -q https://github.com/frgfm/pytorch-summary.git /tmp/pip-req-build-9fh9x80m Requirement already satisfied (use --upgrade to upgrade): torchsummary==1.5.1 from git+https://github.com/frgfm/pytorch-summary.git...

Well,I got it.Thanks for your kind reply.

![image](https://user-images.githubusercontent.com/33575107/84889965-4f641f00-b0cc-11ea-80a3-d49639d8b80a.png) Thanks for your reply.I have another question: As the picture in your paper shows, your system decodes bg pixels and fg pixels seperately.But I can't find the code describe...

Could you please tell me how to solve the motion blurring problem ? I just notice the author fixes some bugs in the v1.0.0 code. However, I use the current...

> For anybody who was getting ModuleNotFound Errors after building roi_align. > Restart the python kernel if you're running from a notebook and make sure you don't have a folder...

``` import torch import torch.nn.functional as F B = 1; T = 3; nh = 32; C = 64 # q = torch.arange(B * T * nh * C).reshape([B, T,...

Dear JMoonr, while conducting the experiment, I encountered the same issue; however, after careful checking, I determined that it would not significantly impact the final results. As a result, I...

Thanks for your questions. Since I haven't done any experiment on mini-version, please feel free to ask if you come cross bugs. 1- CAPE could be run on mini-version. I...