S-DCNet icon indicating copy to clipboard operation
S-DCNet copied to clipboard

Unofficial Pytorch implementation of S-DCNet and SS-DCNet

Results 12 S-DCNet issues
Sort by recently updated
recently updated
newest added

Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@​radarhere] Updated zlib to 1.3 #7344 [@​radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...

dependencies

Bumps [torch](https://github.com/pytorch/pytorch) from 1.6.0 to 1.13.1. Release notes Sourced from torch's releases. PyTorch 1.13.1 Release, small bug fix release This release is meant to fix the following issues (regressions /...

dependencies

Bumps [scipy](https://github.com/scipy/scipy) from 1.5.2 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.21.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

I checked your density map. And they are so different from original. Is this reason that error rate is higher the original paper?

I want to chance the batch size but I take an error. (RuntimeError: Given transposed=1, weight of size [2, 1, 2, 2], expected input[2, 1, 6, 8] to have 2...

Hi, thanks for sharing the code, but I find that there are some differences. In your code, you sum the GT density map as the GT count. But in the...

Hi, Last time I have successfully run this code. Just curious if u have tried on convert it to tensorrt using torch2trt. Coz i have tried but encounter an error...

Hi, I encounting an error when increase the batch size, example(1>4); but training with batch size=1 seems ok at the moment. what might possible wrong about this? thank you ]...

Can I train this model with multiple GPUs?