Skip to content

issues Search Results · repo:xinntao/facexlib language:Python

Filter by

37 results
 (52 ms)

37 results

inxinntao/facexlib (press backspace or delete to remove)

After locating the issue through the stack trace, it s found that the following code has fallen into an infinite loop. Current thread 0x00007fdbd0fe9640 (most recent call first): File /home/samy/.local/lib/python3.10/site-packages/facexlib/detection/retinaface_utils.py ...
  • samyzhh
  • Opened 
    20 days ago
  • #56

I manually installed facexlib into the ComfyUI-PuLID-Flux-Enhanced folder, and I’m getting the error No module named facexlib.parsing , which is preventing the entry (IMPORT FAILED): C:\KI\testmodel\ComfyUI-Zluda\custom_nodes\ComfyUI-PuLID-Flux-Enhanced ...
  • 9esw7
  • Opened 
    on Dec 8, 2024
  • #55

In case you are like me, having a problem installing facexlib on windows. Please refer to this comment: https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO/issues/6#issuecomment-2102836069
  • HaiyiMei
  • Opened 
    on Nov 21, 2024
  • #54

The transformation process in batched_transform does not guarantee that the output images will have the same shape, resulting in the inability to organize it into a batch tensor.
  • laolongboy
  • Opened 
    on Sep 30, 2024
  • #53

bboxes = det_net.batched_detect_faces(batch_frames, conf_threshold=0.8, nms_threshold=0.15, use_origin_size=False) File python3.10/site-packages/facexlib/detection/retinaface.py , line 320, in batched_detect_faces ...
  • azuredsky
  • 1
  • Opened 
    on May 24, 2024
  • #50

alignment batch faces like : bboxes, five_landmarks = det_net[gpu_id].batched_detect_faces(batch_frames, 0.97) landmarks = align_net[gpu_id].get_landmarks_from_batch(batch_frames, detected_faces=bboxes) ...
  • azuredsky
  • Opened 
    on May 8, 2024
  • #49

--2411 starfield2411_00 --2412 starfield2412_00 --2413 starfield2413_00 I am having an issue when I use GFPGAN for videos. Even though three images are continuous and very identical, the output from ...
  • TaehoSamLee
  • Opened 
    on Mar 25, 2024
  • #48

Can you change this line only so we can use CPU or GPU. FROM: model = Backbone(num_layers=50, drop_ratio=0.6, mode= ir_se ).to(** cuda **).eval() TO: model = Backbone(num_layers=50, drop_ratio=0.6, mode= ...
  • jeffatllatos
  • Opened 
    on Jan 18, 2024
  • #46

Hello, detection_Resnet50_Final.pth and parsing_parsenet.pth make my nvidia pc slow..just wanna ask if they got onnx version
  • MadeByKit
  • Opened 
    on Jan 11, 2024
  • #45

Problem: At the main README, there is a table with a few internal links: | Link Status | Link | | :-- | :-- | | ⚠️ Non-existing link | Detection | | ✅ Working | Alignment | | ⚠️ Non-existing link | Recognition ...
  • GoulartNogueira
  • Opened 
    on Oct 2, 2023
  • #44
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub