-
Design complex UML Diagrams:
- Use Case Diagrams for interactions between doctors, patients, and admins.
- Class Diagrams for system structure, focusing on entities like Patient, Doctor, Appointment…
-
could be good to have some fairness related datasets, e.g., from https://arxiv.org/abs/2108.02818. curious how LAION CLIP compares to OAI CLIP.
-
Hi!
I am trying to run the classifier based on YOLOv3, and after I run it with yolov3.weights the outputs are just the original pics. If I run it with yolov3.pt it would show error msg like this
` …
-
I'm working on an end-to-end example for tfestimators but I'm still having trouble to understand best practices.
Consider the Wide & Deep Example available [here](https://tensorflow.rstudio.com/tfe…
-
Dear Author
Thanks to your great work.
I notice the variable name you used in the training code is mels, but there is no fft transformation in your dataset code. I think the input of the genderN…
-
Transferred from http://code.opencv.org/issues/1849
```
|| Josh Klontz on 2012-04-25 18:28
|| Priority: Normal
|| Affected: None
|| Category: core
|| Tracker: Feature
|| Difficulty: None
|| PR: None
…
-
Hi, using download_model.py in cntk-2.7\PretrainedModels gives error:
HTTP Error 403: Site Disabled
https://github.com/microsoft/CNTK/blob/master/PretrainedModels/Image.md
-
I'm interested if it's possible to do a facial expression analysis using this library. I would like to get a string as output if face is showing anger, fear, excitement or similar. Could this be done …
-
Dear all
I was advised to use fastText to handle gender detection from giving first name.
I have more than 800k labeled name with male and female label.
Wht is the best confirmation i can do.…
-
Hi, thank you for sharing your code.I am using your code for my further research recently. And now I have a question in the process of practice. I am appreciation it if get your answer.
In the model…