-
Updated today, and received a new error.
Attaching workflow and video I used
(use whatever audio you like)
https://github.com/SamKhoze/ComfyUI-DeepFuze/assets/60104539/ebf783ed-a11f-4344-bd0d-481…
-
Is it necessary to have landmarks when training new data?
-
The first 17 points are the jaw of the dlib 68 landmarks.
the code in lsfm/data/__init__.py
LANDMARK_MASK[:18] = False
may be changed to
LANDMARK_MASK[:17] = False
I'm not sure.
-
Can you please give me more explanation about preparing data for training the model from scratch?
I want to use VGGFace2 for the first step. Do I need to generate landmarks for every image and save t…
Ned09 updated
8 months ago
-
I opened this issue kishikawakatsumi/swift-power-assert#436 about some failing unit tests, and it turns out to be platform dependant. From that thread:
> iOS 17, Sonoma and Linux
>
> ```json
> …
-
I see problems with this code:
- I don't understand changing the intensity of the signal; I agree to use the gaussian function to weight the shift, which leads to a slightly different code, but not t…
SamGG updated
2 months ago
-
Very nice, well organized repo! Great start!
In your Rawdata or Data readme, it would be good to add a line for each data file breifly describing what it contains (e.g., just cut and paste what yo…
-
步骤10中利用修改run函数的name参数可以生成pos,neg和part三个tfrecord文件,但是生成landmark_landmark.tfrecord文件会出现错误,具体表现为相应的txt文件无法找到。而且在train过程中,文件是从('../../DATA/imglists/RNet','landmark_landmark.tfrecord_shuffle')路径下去获取。请问应该如何…
-
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
None
### OS Platform and Distribution
macOS Sequoia 10.15.1
### MediaPipe Tasks SDK versio…
-
I have an array of 3D landmark data defined as 931 x 3 x 4. For each of the four individuals (3rd dim) the first 617 rows contain soft tissue landmarks, and the following 314 rows contain hard tissue …