Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

urllib.error.HTTPError: HTTP Error 410: Gone #35

Closed
VoNhatVinh opened this issue Apr 9, 2024 · 0 comments
Closed

urllib.error.HTTPError: HTTP Error 410: Gone #35

VoNhatVinh opened this issue Apr 9, 2024 · 0 comments

Comments

@VoNhatVinh
Copy link

I run the following inference source code:

import cv2
import face_detection
print(face_detection.available_detectors)
detector = face_detection.build_detector(
  "DSFDDetector", confidence_threshold=.5, nms_iou_threshold=.3)
# BGR to RGB
im = cv2.imread("path_to_im.jpg")[:, :, ::-1]

detections = detector.detect(im)

but when download the weight file:
Downloading: "https://folk.ntnu.no/haakohu/WIDERFace_DSFD_RES152.pth" to /home/vinh/.cache/torch/hub/checkpoints/WIDERFace_DSFD_RES152.pth
it turn out this error, seems the weight URL no longer exists: urllib.error.HTTPError: HTTP Error 410: Gone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant