Satoshi Terasaki

Results 81 comments of Satoshi Terasaki

Thank you for your modification. I have confirmed I can read image via `arraymancer` : ```nim import arraymancer var origimage=read_image("nim.png") echo origimage.shape # [4, 900, 1187] origimage.write_png("output_from_nim.png") ``` > I...

Thank you for your information!!! This is cool! I will try it.

Let's use Julia 1.8.0 !!! It seems our issue is solved. ```julia _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _...

> To get rid of the `# -*- coding: utf-8 -*-` header you can use a preprocess function, see https://fredrikekre.github.io/Literate.jl/v2/customprocessing/. Something like > > ```julia > function remove_header(str) > str...

I'm not sure this is right??? ![image](https://user-images.githubusercontent.com/16760547/104844992-77dc2200-5916-11eb-86bc-0c5c03a354d1.png)

I also got a similar behavior that includes not only `_repr_minmebundle_` but also `_ipython_display_` with iPython (version 8.1.0, Python 3.8.10)

@Kreol64 I found a workaround. Setting `_dynamic=False` does the trick. ``` from dotmap import DotMap d = DotMap({'a': 3}, _dynamic=False) ```

@lxy5513 Your latest metrics.txt attached in #6 works on my PC. It is helpful for me. ``` the total pck is: 0.66 INFO:__main__:head: 0.85 shoulder: 0.52 ankle: 0.51 elbow: 0.66...

I should have said the result I mentioned above is mv2 insize 224x224 On the other hand, the result of ResNet18 is as follow. ``` # ResNet18, insize 224x224 INFO:__main__:the...

@FoolishMao Well...I'm trying, but still WIP. :sob: I will have a long bussiness trip, so I can't take much time to do for this repository. If you have any experience,...