-
Hello YangiD,
Thank you very much for sharing your work and providing the checkpoint model. I have tried testing the model using the provided checkpoint with the following code:
```
def tes…
-
I am going to start working on a generate script for PLCC packages unless someone else is already working on one.
Do we have a wish list of items that we need someone to create?
-
Hello, thank you for sharing your work and code!
I’m working on training your model from scratch on a custom dataset(300 VR videos with headdata) and have closely followed the training procedures des…
-
How you compute PLCC and SROCC ?
-
On all PLCC32 packages I see:
- Pin 1 mark is misaligned (some too far left and some too far right).
- Silk offset from fab lines is not consistent.
- The bevel on F.SilkS doesn't have the same off…
-
I actually breadboarded this, and often don't have an eagle schematic viewer installed.
Here's the wiring as text. If there are mistakes, I am sorry.
```
DIL8
Teensy 2 - DIL8 1 CS
Teensy 7 - …
-
Epoch Train_Loss Train_SROCC Test_SROCC Test_PLCC
1 5.168 0.8779 0.9013 0.9201
2 3.330 0.9497 0.9023 0.9192
3 2.853 …
-
If we distributed PLCC through PyPI then installing PLCC would become...
```bash
$ pip install plcc
```
And no one needs to set environment variables (e.g., LIBPLCC). All Python scripts can fi…
-
ModuleNotFoundError: No module named 'efficientkan'
-
I want to know how to calculate PLCC and SROCC reasonably. The scores of my test dataset range from 0 to 10. There is a significant discrepancy between the actual scores of the images and the scores p…