-
I'm trying to create a classifier, for that I'm trying to import previously manually annotated data from boris.
But it doesn't seem to be working properly, because as far as I understood, if I have …
-
Hi @avisingh599 @hartikainen , when I am running "softlearning run_example_local examples.classifier_rl --n_goal_examples 10 --task=Image48SawyerDoorPullHookEnv-v0 --algorithm VICERAQ --num-samples 5 …
-
@LuchoTurtle you've done a _superb_ job of building a _fully functional_ image captioning app! 😍 🎉
Now it's time to get some `credit` for it 💳 😉 by submitting a "**Show HN**" :shipit:
And in the …
-
Expected behaviour
When using detectMultiScale I expect python to do a clean exit.
`faces = FACE_CLASSIFIER.detectMultiScale(gray, scaleFactor=SCALE_FACTOR, minNeighbors=MIN_NEIGHBORS)`
Actual …
-
### Is your feature request related to a problem? Please describe.
Deepfit tracks your body movements throughout a workout. It will help correct for posture, keep track of your reps and make sure you…
-
* **I'm submitting a ...**
[/] feature request
* **Summary**
An AdaBoost classifier is a meta-estimator that begins by fitting a classifier on the original dataset and then fits additional copies of…
-
**Describe the bug**
When trying to use a machine model on new videos, I am met with the following error message:
SIMBA FEATURE NUMBER MISMATCH ERROR: Mismatch in the number of features in input …
-
Hello,
I'm currently using your code from the repository [insert repository name] with my own dataset, but I'm encountering an IndexError during the training phase. Below is the traceback I receive…
-
Could you give me these csv files which you used in this project? Thanks!
-- **annotation
| |-- strong // Insert here your .csv files to be used by the SS Model
| | |-- tra…
-
```Bash
$ grep -o -h -E "http.*yaml" bootstrapper/configmap.yaml | \
while read url; do \
curl -s -o /dev/null -w "%{http_code}" $url; echo ": ${url}"; \
done | grep --color "404"
```
``…