| --- Log opened Sat Aug 24 00:00:28 2013 | ||
| -!- travis-ci [~travis-ci@ec2-50-19-189-171.compute-1.amazonaws.com] has joined #shogun | 00:05 | |
| travis-ci | [travis-ci] it's Viktor Gal's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: http://travis-ci.org/shogun-toolbox/shogun/builds/10551431 | 00:05 | 
|---|---|---|
| -!- travis-ci [~travis-ci@ec2-50-19-189-171.compute-1.amazonaws.com] has left #shogun [] | 00:05 | |
| -!- shogun-notifier- [~irker@7nn.de] has quit [Quit: transmission timeout] | 01:16 | |
| -!- sonne|osx_ [~sonne@f053037041.adsl.alicedsl.de] has joined #shogun | 03:56 | |
| -!- sonne|osx [~sonne@f053046196.adsl.alicedsl.de] has quit [Ping timeout: 245 seconds] | 03:58 | |
| -!- sonne|osx_ is now known as sonne|osx | 03:58 | |
| -!- pickle27 [~kevin@d67-193-243-174.home3.cgocable.net] has left #shogun [] | 04:54 | |
| -!- gsomix_ [~gsomix@109.169.254.249] has joined #shogun | 06:18 | |
| -!- gsomix [~gsomix@95.67.172.244] has quit [Ping timeout: 264 seconds] | 06:20 | |
| -!- dkyang [7ae07e1e@gateway/web/freenode/ip.122.224.126.30] has joined #shogun | 10:35 | |
| -!- lisitsyn [~lisitsyn@109-226-90-47.clients.tlt.100megabit.ru] has left #shogun [] | 11:02 | |
| @wiking | sonney2k: here? | 11:03 | 
| @wiking | sonne|osx: ping :) | 11:03 | 
| -!- lisitsyn [~lisitsyn@109-226-90-47.clients.tlt.100megabit.ru] has joined #shogun | 11:10 | |
| -!- van51 [~van51@ppp-94-66-12-14.home.otenet.gr] has joined #shogun | 11:47 | |
| @wiking | lisitsyn: yo | 11:49 | 
| @sonney2k | wiking, wassup? | 12:37 | 
| -!- HeikoS [~androirc@90.204.242.124] has joined #shogun | 12:48 | |
| -!- mode/#shogun [+o HeikoS] by ChanServ | 12:48 | |
| @HeikoS | Test | 12:48 | 
| -!- van51 [~van51@ppp-94-66-12-14.home.otenet.gr] has quit [Quit: Leaving.] | 12:50 | |
| @wiking | sonney2k: yeah i wanted to ask something | 15:26 | 
| @wiking | but i forgot | 15:26 | 
| -!- iglesiasg [53b32c87@gateway/web/freenode/ip.83.179.44.135] has joined #shogun | 15:28 | |
| iglesiasg | hello hello | 15:29 | 
| -!- mode/#shogun [+o iglesiasg] by ChanServ | 15:29 | |
| @sonney2k | wiking, must have been important :D | 15:31 | 
| @wiking | sonney2k: oh yeah i remember | 15:55 | 
| @wiking | sonney2k: should we use DynArray<> as part of the public api or rather CDynamicArray? | 15:56 | 
| @wiking | and what's the best way to have a DynArray< DynArray<> > | 15:56 | 
| -!- iglesiasg_ [53b32c87@gateway/web/freenode/ip.83.179.44.135] has joined #shogun | 16:01 | |
| -!- iglesiasg [53b32c87@gateway/web/freenode/ip.83.179.44.135] has quit [Ping timeout: 250 seconds] | 16:04 | |
| -!- iglesiasg_ is now known as iglesiasg | 16:05 | |
| -!- van51 [~van51@ppp-94-66-12-14.home.otenet.gr] has joined #shogun | 16:24 | |
| -!- dkyang [7ae07e1e@gateway/web/freenode/ip.122.224.126.30] has quit [Quit: Page closed] | 16:36 | |
| -!- iglesiasg [53b32c87@gateway/web/freenode/ip.83.179.44.135] has quit [Ping timeout: 250 seconds] | 17:25 | |
| -!- van51 [~van51@ppp-94-66-12-14.home.otenet.gr] has quit [Quit: Leaving.] | 18:03 | |
| @wiking | anybody around | 18:21 | 
| @wiking | ? | 18:21 | 
| lisitsyn | wiking: yes | 18:26 | 
| @wiking | lisitsyn: ok so here's the problem | 18:27 | 
| @wiking | i have a set of sparse-like vector (that's now basically a DynArray) | 18:27 | 
| @wiking | it's for storing indices | 18:27 | 
| @wiking | i have like N of them | 18:27 | 
| @wiking | i'd like to store them in an array or list | 18:27 | 
| @wiking | and then i have to convert it to SGVector<> for being able to do add_subset() | 18:28 | 
| lisitsyn | crazy :) | 18:28 | 
| @wiking | how should i store the array of DynArrays/ | 18:28 | 
| @wiking | ? | 18:28 | 
| lisitsyn | and you need to serialize it, right? | 18:28 | 
| @wiking | i've tried CDynamicArray<DynArray<index_t> > | 18:29 | 
| @wiking | but that doesn't work | 18:29 | 
| @wiking | yeah it'd be great to serialize | 18:29 | 
| -!- van51 [~van51@ppp-94-66-12-14.home.otenet.gr] has joined #shogun | 18:29 | |
| lisitsyn | why doesn't it work? | 18:29 | 
| @wiking | btw dunno, parameters->add_vector() is complaining | 18:30 | 
| @wiking | in CDynamicArray... | 18:30 | 
| lisitsyn | ahhh | 18:30 | 
| @wiking | anyhow | 18:30 | 
| lisitsyn | yes I guess add_vector works only with simple types | 18:30 | 
| @wiking | yeps | 18:30 | 
| @wiking | mmm | 18:31 | 
| @wiking | so yeah i have no clue | 18:31 | 
| @wiking | of course std::vector<std:vector<index_t> > would work... | 18:31 | 
| @wiking | :P | 18:31 | 
| @wiking | ah and the problem is that i dont know the sizeof of DynArray... | 18:33 | 
| lisitsyn | that's basically what ya need :) | 18:33 | 
| -!- pickle27 [~kevin@d67-193-243-174.home3.cgocable.net] has joined #shogun | 18:33 | |
| @wiking | i mean prior creating it | 18:33 | 
| @wiking | hence i cannot use SGVector | 18:33 | 
| @wiking | :P | 18:33 | 
| lisitsyn | I see no workaround for this right now | 18:34 | 
| @wiking | basically i'm trying to implement this: http://www.stat.berkeley.edu/~breiman/RandomForests/cc_home.htm#ooberr | 18:35 | 
| @wiking | for that i have to get the indicies for the elements that are out of bag for each bag... | 18:35 | 
| @wiking | lisitsyn: btw bool* array1; bool* array2; bool* array2 |= array1; would work? :) | 18:52 | 
| @wiking | noup it seems not :) | 18:54 | 
| -!- lambday [67157f36@gateway/web/freenode/ip.103.21.127.54] has joined #shogun | 19:05 | |
| lisitsyn | wiking: what's it? | 19:19 | 
| @wiking | nada | 19:25 | 
| @wiking | i'll have to use some STL it seems | 19:26 | 
| lisitsyn | wiking: yeah we've got to find a way to employ stl w/o pain | 20:04 | 
| -!- van51 [~van51@ppp-94-66-12-14.home.otenet.gr] has quit [Quit: Leaving.] | 20:37 | |
| -!- pickle27 [~kevin@d67-193-243-174.home3.cgocable.net] has left #shogun [] | 20:38 | |
| @sonney2k | wiking, never use DynArray but rather DynamicArray/DynamicObjectArray when you want to serialize | 21:46 | 
| @wiking | sonney2k: yeah i've figured because of sgobject... | 21:58 | 
| @wiking | news on the new server? :) | 21:59 | 
| @wiking | btw: any of u who has linux plz update integration data | 21:59 | 
| -!- lambday [67157f36@gateway/web/freenode/ip.103.21.127.54] has quit [Ping timeout: 250 seconds] | 22:04 | |
| @sonney2k | wiking, yeah it is ordered | 22:08 | 
| @wiking | \o/ | 22:10 | 
| -!- gsomix_ [~gsomix@109.169.254.249] has quit [Quit: Leaving] | 22:11 | |
| @wiking | sonney2k: and how can i store an SGVector in an array? | 22:16 | 
| @wiking | any kind of array | 22:16 | 
| @wiking | or list | 22:16 | 
| @wiking | as currently i dont see that happening in shogun | 22:16 | 
| @sonney2k | wiking, well store it in a DynamicArray and good | 22:28 | 
| @sonney2k | wiking, any clues why I am getting this? | 22:39 | 
| @sonney2k | git push github master | 22:39 | 
| @sonney2k | To git@github.com:shogun-toolbox/shogun-data.git | 22:39 | 
| @sonney2k | ! [rejected] master -> master (non-fast-forward) | 22:39 | 
| @sonney2k | error: failed to push some refs to 'git@github.com:shogun-toolbox/shogun-data.git' | 22:39 | 
| @sonney2k | ohh I got got got it | 22:40 | 
| @sonney2k | I wasn't on a branch | 22:40 | 
| lisitsyn | typical for shogun-data | 22:40 | 
| lisitsyn | ;) | 22:40 | 
| @sonney2k | lisitsyn, :P | 22:41 | 
| lisitsyn | sonney2k: it happened to me like 10 times or so | 22:41 | 
| lisitsyn | no idea why | 22:41 | 
| lisitsyn | I don't remember what's the case it tracks off the branch | 22:41 | 
| -!- shogun-notifier- [~irker@7nn.de] has joined #shogun | 22:42 | |
| shogun-notifier- | shogun-data: Soeren Sonnenburg :master * b1dee0e / testsuite/tests/ (2 files): https://github.com/shogun-toolbox/shogun-data/commit/b1dee0e05df512b4d9011414d1b14374521afdbf | 22:42 | 
| shogun-notifier- | shogun-data: update prunevarsubmean data | 22:42 | 
| shogun-notifier- | shogun: Soeren Sonnenburg :develop * df6c6c6 / data: https://github.com/shogun-toolbox/shogun/commit/df6c6c62bd86ba10e9a2e968881e5d5c59beb6ba | 22:42 | 
| shogun-notifier- | shogun: require new data version | 22:42 | 
| @sonney2k | lisitsyn, maybe it looses track of the branch when one does git submodule udpate or even git pull in shogun/ ? | 22:43 | 
| lisitsyn | git submodule update I think yes | 22:43 | 
| @sonney2k | lisitsyn, well checkout master | 22:44 | 
| @sonney2k | lisitsyn, and tehn git pull in the shogun dir | 22:44 | 
| @sonney2k | lets see if it changes things | 22:44 | 
| lisitsyn | sonney2k: do you have any insight whether something based on SO svm is applicable to frame-rate object detection? | 22:49 | 
| @sonney2k | lisitsyn, well I guess you would have to prefilter quite a bit and you could only use rather simple models | 22:53 | 
| lisitsyn | sonney2k: it seems it is time for me to apply shogun for something commercial | 22:54 | 
| lisitsyn | essentially it is just object detection so lets see how it goes | 22:55 | 
| @sonney2k | just do it :) | 22:57 | 
| lisitsyn | sonney2k: I have to find a solution in next 15 days :D | 22:58 | 
| @sonney2k | lisitsyn, errm tough opencv? | 23:22 | 
| lisitsyn | sonney2k: what? | 23:23 | 
| lisitsyn | that's a task for opencv true | 23:23 | 
| lisitsyn | but may be I can learn some svm or so | 23:23 | 
| -!- travis-ci [~travis-ci@ec2-50-17-145-124.compute-1.amazonaws.com] has joined #shogun | 23:30 | |
| travis-ci | [travis-ci] it's Soeren Sonnenburg's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: http://travis-ci.org/shogun-toolbox/shogun/builds/10577408 | 23:30 | 
| -!- travis-ci [~travis-ci@ec2-50-17-145-124.compute-1.amazonaws.com] has left #shogun [] | 23:30 | |
| shogun-buildbot | build #38 of osx1 - libshogun is complete: Failure [failed test] Build details are at http://www.shogun-toolbox.org/buildbot/builders/osx1%20-%20libshogun/builds/38 blamelist: Soeren Sonnenburg <sonne@debian.org> | 23:35 | 
| shogun-buildbot | build #1510 of bsd1 - libshogun is complete: Failure [failed test] Build details are at http://www.shogun-toolbox.org/buildbot/builders/bsd1%20-%20libshogun/builds/1510 blamelist: Soeren Sonnenburg <sonne@debian.org> | 23:36 | 
| -!- pickle27 [~kevin@d67-193-243-174.home3.cgocable.net] has joined #shogun | 23:46 | |
| shogun-buildbot | build #1300 of cyg1 - libshogun is complete: Failure [failed compile] Build details are at http://www.shogun-toolbox.org/buildbot/builders/cyg1%20-%20libshogun/builds/1300 blamelist: Soeren Sonnenburg <sonne@debian.org> | 23:59 | 
| --- Log closed Sun Aug 25 00:00:30 2013 | ||
Generated by irclog2html.py 2.10.0 by Marius Gedminas - find it at mg.pov.lt!