Results 3 issues of M. Fatih Özdemir

If the vgg model is not in the chekcpoints directory, it is downloaded. To do this, the addresses in the model_url variable in vgg were used.

Traceback (most recent call last): File "/home/mfo/Projects/crowd-counting-gui/demo_gui.py", line 16, in from models import build_model File "/home/mfo/Projects/crowd-counting-gui/CrowdCounting-P2PNet/models/__init__.py", line 1, in from .p2pnet import build File "/home/mfo/Projects/crowd-counting-gui/CrowdCounting-P2PNet/models/p2pnet.py", line 5, in from util.misc...