-
```
import 'ffi'
macro zig = (code)->
import 'md5'
dir, fn = 'embed/', md5.sumhexa(code) -- without ext (.zig/.h/.so)
with io.open(dir..fn..'.zig', 'w')
\write(code)
\close()
cmd =…
-
I wonder if this idea can be implemented?
Virtual cockpit using CarPlay Output google maps or apple maps.
Or can install GOOLE EARTH in MIB2 high
Thanks for the suggestion.
-
Hi,
I'm having issues with profiling my C++ code on a Jetson TX2. The profiling itself works, but I don't get the function names, but instead, it says that a part is unknown.
I installed pprof wit…
-
Hello,
I want to run the code on google colab on the pre-trained models,
after reading the read.me I'm trying to run display_emotions.ipynb but I'm getting errors.
Is it right to start working on …
-
I request two APIs on `dia::ImgFrame` (or its base classes) that express when the ImgFrame contains a frame of actionable image data.
That image might not have a sequence or timestamp...but because i…
-
**Please, confirm the following:**
- [ Yes] I have checked [Solcore’s documentation](http://docs.solcore.solar/en/master/) and could not find the answer.
- [ Yes] I haven’t found any [other issue]…
-
Hello.
Thanks for your code. I am trying to run your code on webcam and face a problem.
This is my code fixed from your code "AFEW_train.ipynb" for real-time face emotion recognition.
now i'm…
-
https://github.com/imgProcessing/backend/blob/ffa551552e74d67e1aa5179d3b4d8093130fdf77/backend/web/serve.go#L49
Fände etwas wie `/images` & `/processes` reicht, da es ja nach CRUD ein Listing i…
lribi updated
3 years ago
-
When runing AFEW_train.ipynb,
an error occured:
`
could not broadcast input array from shape (0,112,3) into shape (60,112,3)
`
at facial_anylysis.py line 274 :
`tmp[dy[k]-1:edy[k],dx[k]-1:edx…
-
## Description
When I try to use to use skimage.feature.hog, the python code crashes.
fd = feature.hog(
image,
orientations=4,
pixels_per_cell=(4, 4),
cell…