karhohs

Results 10 comments of karhohs

FWIW I created some Ubuntu 16 documentation, which you can find in the following pull request... https://github.com/CSAILVision/LabelMeAnnotationTool/pull/46

I was also running into the `Fatal: there are problems with fetch_image.cgi error`. I found the same error as @nmingazov in the error.log. For whatever reason, using cpan to install...

@mblondel thank you for your insights. I looked at your paper and see that the discrepancy is the weighted sum of all possible alignments, which I believe is equation 1...

I've been trying to cluster time-series data using soft-dtw and hierarchical clustering, but have been having a difficult time defining clusters that are obvious by eye. @marcocuturi 's normalization equation...

@braymp yes, I agree. Though, when I read #51 it appears the issue has been closed. The discussion starts with this bug, but then broadens in scope. Should I re-post...

As a temporary solution, @bethac07 shared this code with me that updates the path information in an sqlite database: `UPDATE MyExperiment_Per_Image SET Image_PathName_DNA = REPLACE(Image_PathName_DNA,'/my/old/path/to/images' , 'C:\my\new\path\to\images' ) WHERE Image_PathName_DNA...

Hi Jane, Silly question: by "new pull request" do you mean that I should sync with the nightly to try out your latest change? Thanks, Kyle On Fri, Jun 3,...

I'll reach out to the forum user to provide images or a video.

A CellProfiler forum thread has additional discussion regarding this issue: http://forum.cellprofiler.org/t/cp3-0-0-hangs-in-analysis-mode-with-custom-plugin-running-subprocess-call/6322/3

Thanks for your explanations. It wasn't clear to me where to start, so the guidance to begin with `game_example.cc` or `game_example.py` is very helpful. WRT my second question, the Hanabi...