I tried to implement YOLOv3 using PyTorch and I found that models had changed to doqu and I changed it accordingly. What I got next was this
ModuleNotFoundError: No module named 'document_base'
When I tried to install it with pip however I got this
ERROR: Could not find a version that satisfies the requirement document_base (from versions: none)
ERROR: No matching distribution found for document_base
Is there a way to install this or are there any workarounds to this??