Satoshi Terasaki

Results 81 comments of Satoshi Terasaki

I will share a notebook for an evaluation model trained with COCO. This is still WIP, so may contain some bugs. [evalationcoco.zip](https://github.com/Idein/chainer-pose-proposal-net/files/2726637/evalationcoco.zip)

You do not have to worry about it. This line prepare image process before inference. https://github.com/Idein/chainer-pose-proposal-net/blob/6f737a25579b676d7bd33487da08c1c870143c49/predict.py#L39

Could you show me an example to explain your issue?

I think you also need precompile `display` function that is used by IJulia. My repository https://github.com/terasakisatoshi/sysimage_creator will help you. It will reduce time to initialize Jupyter Kernel and plot for...

@DavidVJS Try to modify `ENV["R_HOME"]` from ``` ENV["R_HOME"] = "C:/Program Files/R/R-4.1.1" ``` to ``` ENV["R_HOME"] = "C:\\Program Files\\R\\R-4.1.1" ```

It is easy to reproduce getting error msg with Illegal instruction using the following Dockerfile: ```Dockerfile FROM terasakisatoshi/jlcross:rpizero-v1.3.0 RUN julia -e 'using Pkg; Pkg.add("FFMPEG")' ```

Thank you for looking issue i posted. I need check again! > It looks like the latest _jll releases include armv6l binaries:

additional information: my pc env: Ubuntu 16.04 ``` julia> versioninfo() Julia Version 1.0.0 Commit 5d4eaca0c9 (2018-08-08 20:58 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) CPU: Intel(R) Core(TM) M-5Y51 CPU @ 1.10GHz...

> cv2 load image as GBR. I think OpenCV adopts `BGR` color format, not `GBR` c.f. https://note.nkmk.me/en/python-opencv-bgr-rgb-cvtcolor/

@margilc As a workaround, here is what I did. ```console $ mkdir -p ~/dataset/pointcloud/modelnet $ cd ~/dataset/pointcloud/modelnet $ wget http://3dvision.princeton.edu/projects/2014/3DShapeNets/ModelNet10.zip $ wget http://modelnet.cs.princeton.edu/ModelNet40.zip $ unzip "*.zip" ``` ```console $ julia...