inference-engine
Here are 104 public repositories matching this topic...
Hi,
first of all kudos to fantastic developers like you guys... I am very excited to use this library. I plan to use it on an embedded system but I can't get past the basic compiling of ./build_scripts/build_linux.sh
I mean, it would be very nice if you could redirect me to a use case of other resource for using the library on Embedded OS. :)
doc under Anakin/benchmark/README_CPU.md is out of data.
Three links of models points to 404 page
Those links in Anakin/benchmark/RNN/prepare.sh are also invalid.
-
Updated
May 25, 2020 - C++
I'm trying to learn more about astroid - in particular inference - so I can (try to) help speed things up. However, I can't seem to find any higher level discussion of what's going on (e.g. "why do we need contexts? call contexts? why is the cache key (...)?" etc.). This issue is to request that this be provided in a "developer/contributors guide", along with maybe some examples of particular poin
-
Updated
Oct 17, 2019 - Python
-
Updated
Feb 23, 2020 - Python
-
Updated
May 24, 2020 - Go
-
Updated
May 22, 2020 - Python
-
Updated
Apr 26, 2020
-
Updated
Sep 15, 2018 - Python
Developer help debug variables need to be documented
- ENABLE_DEBUG_MESSAGES
- SHOW_DEBUG_HIERARCHICAL_LEVELS
- ENABLE_LOCAL_DEBUG_MESSAGES
- ENABLE_DEBUG_DUMP_CL_BUFFERS
- AGO_BUFFER_MERGE_FLAGS
- AGO_DEFAULT_TARGET
- AGO_THREAD_CONFIG
- VX_GRAPH_ATTRIBUTE_AMD_OPTIMIZER_FLAGS
- AGO_OPENCL_PLATFORM
- AGO_OPENCL_VERSION_CHECK
- AGO_OPENCL_BUILD_OPTIONS
- AGO_OPENCL_DEVICE_INFO
- AGO_
-
Updated
Apr 13, 2020 - Python
-
Updated
May 30, 2018 - Makefile
-
Updated
Mar 13, 2019 - Common Lisp
-
Updated
Feb 16, 2020 - JavaScript
Currently the examples in Torsten/example-models vary in format and the examples intended to match with the User Manual are not fully consistent with the manual text.
I propose that the examples be more self-contained within their respective folders rather than spread between the example folder and the R folder (with the exception of shared function scripts like stanTools.R). The User Manual te
-
Updated
Feb 25, 2020 - Go
-
Updated
Apr 21, 2020 - Python
-
Updated
May 11, 2020 - Python
Example results contain garbage SECTION,RETRACT variables:
$ pomagma analyze skja 24575 & $ pomagma.theorist.solve define unit # python /home/fritz/.virtualenvs/pomagma/bin/pomagma.theorist.solve define unit connecting to analyst at tcp://localhost:34936 Necessary: Possible: UNIT APP SECTION B APP RETRACT B APP BOOL B APP SECTION CB APP RETRACT CB APP RETRACT C APP SECTION C
It looks like the pattern matcher already implements a form of type intersection https://wiki.opencog.org/w/TypeSetLink. So it might be possible to replace the adhoc type intersection code of the unifier Unify::type_intersection by something more generic (perhaps improving TypeSetLink along the way if necessary).
This could be a better way to address https://github.com/opencog/atomspace/iss
-
Updated
Jun 25, 2018 - C++
-
Updated
May 14, 2020 - Java
-
Updated
May 8, 2020 - Python
-
Updated
Apr 19, 2020 - Python
These are the commands to replicate:
./autogen.sh --disable-docs --enable-tflite
make
sudo make install
cd examples/external
make
Which gives:
/usr/local/lib/libr2inference-0.0.so: undefined reference to 'pthread_create'
/usr/local/lib/libr2inference-0.0.so: undefined reference to 'pthread_join'
collect2: error: ld returned 1 exit status
Makefile:25: recipe for targe
-
Updated
Jan 16, 2020 - C++
-
Updated
Apr 19, 2020 - Python
Improve this page
Add a description, image, and links to the inference-engine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the inference-engine topic, visit your repo's landing page and select "manage topics."
https://github.com/opencv/dldt/blob/a347375d0188b58056887f382161c6ed6fc3dcb3/inference-engine/ie_bridges/python/sample/object_detection_sample_ssd/object_detection_sample_ssd.py#L93-L95