-
Hi,
I checked the link to the provided dataset, which said that it was supposed to include 100 subjects including a mix of male and female subjects in separate zip files. It looks like there ar…
-
I've also implemented this research paper and was able to successfully train my model, but was unable to test it on images from the test dataset ( due to some strange errors ).
Can you also add cod…
-
Agar lebih mudah dibaca dan dimanage menurut saya sebaiknya data input dan hasil output kita pisah dan masukkan ke folder khusus
Misalkan:
- Masukkan data input yang berupa video kedalam folder `d…
-
Hello, I wanna use the project, how could i run it and have models results ( AUC) in Colab ?
-
Hi, really nice work and great dataset! However, when I use open3D to visualize the data, I encounter some questions about the groundtruth depth:
1. I wonder why the depth of the nose stretches so…
-
Hello !
I have been trying to use OpenFaceR for a few days, I encountered some issues that i managed to resolved but this time i can't figure out what I'm supposed to do. I am mostly interested by…
-
Hi,
I tried this in modelzoo
```
def EfficientNetV2L(in_dim1,in_dim2,channels,out_dim):
inputs = Input(shape=(in_dim1, in_dim2, channels))
model_ = keras.applications.efficientnet_v2.Effici…
-
-
Need to update the dataset with all the new games in the GDB.
-
Many thanks for this package.
I can get the example in the package to run correctly, but whenever I attempt to run `PAF_calc_discrete()` with alternative datasets, I always get a PAF of 0.
Here …