-
## Steps to reproduce
Run this code to reproduce the error:
``` python
import asyncio
import speech_recognition
recognizer = speech_recognition.Recognizer()
async def listen(source):
recogniz…
-
Hi Nick,
very nice tutorial here https://medium.com/ibm-watson/dont-miss-your-target-object-detection-with-tensorflow-and-watson-488e24226ef3 !
But when I try to run the ¨python3 object_detection…
-
# Bug
react-native-community/voice ( 1.1.3 version ) is not working with new iOS version ( 10.3.1 ) anymore. Until this version everything worked fine but now just faced a problem in my real devic…
-
I have trained a model successfully based on custom video.
However, when I tried to run deprecated/origin_stgcn_repo/main.py to show the visualization result, it showed an error message:
Traceback (…
-
What exactly is the task of 'fine-grained recognition' in Table 2 of the paper (project 2)? Is it object localization/detection? In the CUB birds dataset, they also have lot of attributes, and locatio…
-
I have cloned this project, then cd into example, then `npx expo start` and got
```
expo-speech-recognition/example
Error: Cannot find module 'expo/config-plugins'
```
How to solve it?
Also wha…
-
Sonar version: 10.7 (was 10.4)
Checkstyle sonar plugin version: 10.17.0 (was 10.12.5)
Hi,
since we upgraded Sonar and Checkstyle an exception occurs while performing the checkstyle analysis:
…
-
hello, when i reproduce the performance on cad-120, i found my performance is lower than the trained model you released
**here is my test.log**
Subject1
Affordance Prediction
pr…
-
There should be a wrapper function for init so that I can do the following
```
voce.init{synthesis = true, recognition = true, grammar = "/home/rpavlik/mygrammar.gram"}
```
(A c++ function can take…
-
Are you aware of an easy way to modify the image recognition portions of this project for object detection instead?
I have many networks that work with object detection and would like to port them …