kidapu

Results 9 issues of kidapu

Is there any detail document about output files? I think PRNet can outputs these files. - {img-name}.obj - {img-name}_camera_matrix.txt - {img-name}_depth.jpg - {img-name}_depth.mat - {img-name}_kpt.txt - {img-name}_mesh.mat - {img-name}_pose.txt In...

I have build this repository with Unity2019.2, targeting iPhone and Android. ![capture-2](https://user-images.githubusercontent.com/720154/92089528-3b95a280-ee09-11ea-9695-f7bc6400a426.png) iPhone8, iOS 13.6 works successfully. But Android9 (LG V30+) can't work properly. I tried several Graphics APIs, such...

I cloned `genekogan/linux` branch, and I edited [addon.config](https://github.com/mrzl/ofxDarknet/blob/genekogan/linux/addon_config.mk#L84-L85) for my local path, and run example-yolo2 by following command, then I encountered error... ``` $ make clean $ make $ make...

I have tried to receive multibyte character, I can't receive it, and it displays "???". For example, I send "こんにちわ", it is Japanese Character, it displays "???" in UnityOSC. Is...

When I run [./wasm/compile.sh](https://github.com/LingDong-/skeleton-tracing/blob/master/wasm/compile.sh) , I met following error. ``` % sh ../compile.sh generating glue... compiling... building:ERROR: Closure compiler run failed: building:ERROR: /var/folders/7r/yw3tw0dx683f315b7vs6n34w0000gn/T/emscripten_temp_rhjrnu9n/trace_skeleton.js.pp.js.jso.js.jso.js.jso.js.jso.js:854:17: ERROR - [JSC_UNDEFINED_VARIABLE] variable intArrayFromString is undeclared...

I trained face with FDDB Datasets ( I wrote in #13 ), and I tried to detect face, but I can't with CUDNN=1. ``` $ vim MakeFile GPU=1 CUDNN=1 OPENCV=1...

In my enviroment, I can exec following command successfully, and opening window which displays web cam view, but it can't detect face... ``` sudo make ./darknet yolo demo cfg/yolo-face.cfg yolo-face_final.weights...

While I know this addon supports only Mac, I want to run this addon on Ubuntu 16.04. Let me question if there is any good way m(_ _)m First I...

When I run the following code in python 3.6.9, The `__init__()` method is called 5 times. ``` from flask import Flask from flask_classful import FlaskView, route app = Flask(__name__) class...