You can subscribe to this list here.
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(9) |
Oct
(26) |
Nov
(14) |
Dec
(79) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(6) |
Feb
(7) |
Mar
(55) |
Apr
(13) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
(2) |
Apr
(2) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
(7) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Anjan <roc...@gm...> - 2009-04-12 05:00:18
|
I have mainly 3 points to inform. 1. The question asked by Abhishek for the sync between the OSCN svn and SF svn has not been replied. So, should we export the svn from the SF to OSCN and start commiting in OSCN for the entire competition time? afte that we can export to the SF and it will continue normally. 2. The final project submission date is June 01 (not July 01, which we had thought previously). So, we only have 2 months for the project. 3. I am working on the adaboost based face detection. But using the similar algorithm OpenCV already has a robust face detection application. But there are minor false detections made by it. So I was thinking of using the color based face detection as well which can help produce good result in OpenCV (and my alogrithm as well). I don't think color based face detection (coding time) will take much time. Besides it should improve the detection speed of other algorithms. Let me know what you guys think about these points.... On Sat, Apr 11, 2009 at 9:08 PM, Abhishek Dutta <the...@gm...>wrote: > Hi all, > I have created a basic TODO list that itemizes the plan for OSCN-2009 at > this wiki page > > > https://apps.sourceforge.net/trac/rtftr/wiki/RTFTR%20version%202.0%20workflow > > Let's collaborate to finalize this document. > > NOTE: For rtftr version 0.2 , we will use the WIKI embedded in trac<http://apps.sourceforge.net/trac/rtftr/>as the ticket based development using trac will be easier if we use the WIKI > provided by trac. Moreover, trac's WIKI has cleaner look. Mediawiki<http://apps.sourceforge.net/mediawiki/rtftr/>(which was used for rtftr ver. 0.1) has been discarded for now. > > bye > -- > Abhishek > http://adutta.np.googlepages.com > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > High Quality Requirements in a Collaborative Environment. > Download a free trial of Rational Requirements Composer Now! > http://p.sf.net/sfu/www-ibm-com > _______________________________________________ > Rtftr-devel mailing list > Rtf...@li... > https://lists.sourceforge.net/lists/listinfo/rtftr-devel > > -- Anjan Nepal GPO Box 11458 Registered Linux User #395963 |
From: Abhishek D. <the...@gm...> - 2009-04-12 04:58:02
|
This module Card2TrainData might be an interesting enhancement for RTFT https://apps.sourceforge.net/trac/rtftr/wiki/Card2TrainData bye On Sat, Apr 11, 2009 at 9:08 PM, Abhishek Dutta <the...@gm...>wrote: > Hi all, > I have created a basic TODO list that itemizes the plan for OSCN-2009 at > this wiki page > > > https://apps.sourceforge.net/trac/rtftr/wiki/RTFTR%20version%202.0%20workflow > > Let's collaborate to finalize this document. > > NOTE: For rtftr version 0.2 , we will use the WIKI embedded in trac<http://apps.sourceforge.net/trac/rtftr/>as the ticket based development using trac will be easier if we use the WIKI > provided by trac. Moreover, trac's WIKI has cleaner look. Mediawiki<http://apps.sourceforge.net/mediawiki/rtftr/>(which was used for rtftr ver. 0.1) has been discarded for now. > > bye > -- > Abhishek > http://adutta.np.googlepages.com > -- Abhishek http://adutta.np.googlepages.com |
From: Abhishek D. <the...@gm...> - 2009-04-11 15:23:56
|
Hi all, I have created a basic TODO list that itemizes the plan for OSCN-2009 at this wiki page https://apps.sourceforge.net/trac/rtftr/wiki/RTFTR%20version%202.0%20workflow Let's collaborate to finalize this document. NOTE: For rtftr version 0.2 , we will use the WIKI embedded in trac<http://apps.sourceforge.net/trac/rtftr/>as the ticket based development using trac will be easier if we use the WIKI provided by trac. Moreover, trac's WIKI has cleaner look. Mediawiki<http://apps.sourceforge.net/mediawiki/rtftr/>(which was used for rtftr ver. 0.1) has been discarded for now. bye -- Abhishek http://adutta.np.googlepages.com |
From: Abhishek D. <the...@gm...> - 2009-04-11 14:59:22
|
Check this page containing the schedule and expected items for OSCN-2009 http://d2labs.org/oscn/schedule.html bye -- Abhishek http://adutta.np.googlepages.com |
From: Abhishek D. <adu...@gm...> - 2009-04-11 12:05:16
|
Hi all, Can you all clean (mark it as "completed" or "invalid" or ...) the tickets at that belong to rtftr version 0.1 (that submitted to our department) so that we can start fresh for rtftr version 0.2 (to be submitted to OSCN-2009)? bye -- Abhishek http://adutta.np.googlepages.com |
From: Abhishek D. <the...@gm...> - 2009-03-22 02:42:43
|
great work guys we have now learned to use every KB of memory wisely :) On Sun, Mar 22, 2009 at 3:32 AM, Anjan <roc...@gm...> wrote: > I've solved my portion too... only few KBs are lost. That is acceptable for > now... > > > 2009/3/21 Abhishek Dutta <the...@gm...> > >> My valgrind summary says >> >> =5365== LEAK SUMMARY: >> ==5365== definitely lost: 0 bytes in 0 blocks. >> ==5365== possibly lost: 0 bytes in 0 blocks. >> ==5365== still reachable: 22,768 bytes in 374 blocks. >> ==5365== suppressed: 0 bytes in 0 blocks. >> >> so the memory leak is around 22KB which seems to be acceptable (for now). >> >> bye >> >> >> On Sat, Mar 21, 2009 at 10:08 PM, Bibek Shrestha <bib...@gm... >> > wrote: >> >>> Memory leak in my case is fixed. There is very small amount of leak, few >>> KBs only so its acceptable result now. >>> >>> lets meet at 10tomorrow in college, cheers >>> >>> btw I am working on the presentation now, lets discuss on it tomorrow. >>> >>> On Sat, Mar 21, 2009 at 9:16 PM, Bibek Shrestha <bib...@gm... >>> > wrote: >>> >>>> Incase memleaks is still troubling you guys, check out valgrind and its >>>> 2 minute quickstart at >>>> >>>> http://valgrind.org/docs/manual/quick-start.html#quick-start.intro >>>> >>>> Really helpful. >>>> >>>> 2009/3/21 Abhishek Dutta <the...@gm...> >>>> >>>>> ACK >>>>> >>>>> 2009/3/21 lakesh <lak...@gm...> >>>>> >>>>>> Hi guys, >>>>>> Lets fix the memory leaks anyhow by today and meet at 10 am tommorrow >>>>>> at college ok >>>>>> >>>>>> -- >>>>>> Have a nice day >>>>>> >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) >>>>>> are >>>>>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly >>>>>> and >>>>>> easily build your RIAs with Flex Builder, the Eclipse(TM)based >>>>>> development >>>>>> software that enables intelligent coding and step-through debugging. >>>>>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >>>>>> _______________________________________________ >>>>>> Rtftr-devel mailing list >>>>>> Rtf...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/rtftr-devel >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> Abhishek >>>>> http://adutta.np.googlepages.com >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >>>>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly >>>>> and >>>>> easily build your RIAs with Flex Builder, the Eclipse(TM)based >>>>> development >>>>> software that enables intelligent coding and step-through debugging. >>>>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >>>>> _______________________________________________ >>>>> Rtftr-devel mailing list >>>>> Rtf...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/rtftr-devel >>>>> >>>>> >>>> >>>> >>>> -- >>>> Bibek Shrestha >>>> bibekshrestha at gmail dot com >>>> >>> >>> >>> >>> -- >>> Bibek Shrestha >>> bibekshrestha at gmail dot com >>> >> >> >> >> -- >> Abhishek >> http://adutta.np.googlepages.com >> >> >> ------------------------------------------------------------------------------ >> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >> easily build your RIAs with Flex Builder, the Eclipse(TM)based development >> software that enables intelligent coding and step-through debugging. >> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >> _______________________________________________ >> Rtftr-devel mailing list >> Rtf...@li... >> https://lists.sourceforge.net/lists/listinfo/rtftr-devel >> >> > > > -- > Anjan Nepal > > GPO Box 11458 > Registered Linux User #395963 > > -- Abhishek http://adutta.np.googlepages.com |
From: Abhishek D. <the...@gm...> - 2009-03-21 16:29:21
|
My valgrind summary says =5365== LEAK SUMMARY: ==5365== definitely lost: 0 bytes in 0 blocks. ==5365== possibly lost: 0 bytes in 0 blocks. ==5365== still reachable: 22,768 bytes in 374 blocks. ==5365== suppressed: 0 bytes in 0 blocks. so the memory leak is around 22KB which seems to be acceptable (for now). bye On Sat, Mar 21, 2009 at 10:08 PM, Bibek Shrestha <bib...@gm...>wrote: > Memory leak in my case is fixed. There is very small amount of leak, few > KBs only so its acceptable result now. > > lets meet at 10tomorrow in college, cheers > > btw I am working on the presentation now, lets discuss on it tomorrow. > > On Sat, Mar 21, 2009 at 9:16 PM, Bibek Shrestha <bib...@gm...>wrote: > >> Incase memleaks is still troubling you guys, check out valgrind and its 2 >> minute quickstart at >> >> http://valgrind.org/docs/manual/quick-start.html#quick-start.intro >> >> Really helpful. >> >> 2009/3/21 Abhishek Dutta <the...@gm...> >> >>> ACK >>> >>> 2009/3/21 lakesh <lak...@gm...> >>> >>>> Hi guys, >>>> Lets fix the memory leaks anyhow by today and meet at 10 am tommorrow at >>>> college ok >>>> >>>> -- >>>> Have a nice day >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >>>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >>>> easily build your RIAs with Flex Builder, the Eclipse(TM)based >>>> development >>>> software that enables intelligent coding and step-through debugging. >>>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >>>> _______________________________________________ >>>> Rtftr-devel mailing list >>>> Rtf...@li... >>>> https://lists.sourceforge.net/lists/listinfo/rtftr-devel >>>> >>>> >>> >>> >>> -- >>> Abhishek >>> http://adutta.np.googlepages.com >>> >>> >>> ------------------------------------------------------------------------------ >>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >>> easily build your RIAs with Flex Builder, the Eclipse(TM)based >>> development >>> software that enables intelligent coding and step-through debugging. >>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >>> _______________________________________________ >>> Rtftr-devel mailing list >>> Rtf...@li... >>> https://lists.sourceforge.net/lists/listinfo/rtftr-devel >>> >>> >> >> >> -- >> Bibek Shrestha >> bibekshrestha at gmail dot com >> > > > > -- > Bibek Shrestha > bibekshrestha at gmail dot com > -- Abhishek http://adutta.np.googlepages.com |
From: Bibek S. <bib...@gm...> - 2009-03-21 16:23:50
|
Memory leak in my case is fixed. There is very small amount of leak, few KBs only so its acceptable result now. lets meet at 10tomorrow in college, cheers btw I am working on the presentation now, lets discuss on it tomorrow. On Sat, Mar 21, 2009 at 9:16 PM, Bibek Shrestha <bib...@gm...>wrote: > Incase memleaks is still troubling you guys, check out valgrind and its 2 > minute quickstart at > > http://valgrind.org/docs/manual/quick-start.html#quick-start.intro > > Really helpful. > > 2009/3/21 Abhishek Dutta <the...@gm...> > >> ACK >> >> 2009/3/21 lakesh <lak...@gm...> >> >>> Hi guys, >>> Lets fix the memory leaks anyhow by today and meet at 10 am tommorrow at >>> college ok >>> >>> -- >>> Have a nice day >>> >>> >>> ------------------------------------------------------------------------------ >>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >>> easily build your RIAs with Flex Builder, the Eclipse(TM)based >>> development >>> software that enables intelligent coding and step-through debugging. >>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >>> _______________________________________________ >>> Rtftr-devel mailing list >>> Rtf...@li... >>> https://lists.sourceforge.net/lists/listinfo/rtftr-devel >>> >>> >> >> >> -- >> Abhishek >> http://adutta.np.googlepages.com >> >> >> ------------------------------------------------------------------------------ >> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >> easily build your RIAs with Flex Builder, the Eclipse(TM)based development >> software that enables intelligent coding and step-through debugging. >> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >> _______________________________________________ >> Rtftr-devel mailing list >> Rtf...@li... >> https://lists.sourceforge.net/lists/listinfo/rtftr-devel >> >> > > > -- > Bibek Shrestha > bibekshrestha at gmail dot com > -- Bibek Shrestha bibekshrestha at gmail dot com |
From: Abhishek D. <the...@gm...> - 2009-03-21 15:49:41
|
The official time for presentation is 12:00 midday of 12th chaitra. I don't know about any guidelines. A suggestion is "Be creative and make the complex stuffs easy to understand" bye 2009/3/21 Bibek Shrestha <bib...@gm...> > I know its 12th of Chaitra, > > do any one of you know the exact time? and if there are any guidelines for > the presentation itself? > -- > Bibek Shrestha > bibekshrestha at gmail dot com > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > Rtftr-devel mailing list > Rtf...@li... > https://lists.sourceforge.net/lists/listinfo/rtftr-devel > > -- Abhishek http://adutta.np.googlepages.com |
From: Bibek S. <bib...@gm...> - 2009-03-21 15:37:50
|
I know its 12th of Chaitra, do any one of you know the exact time? and if there are any guidelines for the presentation itself? -- Bibek Shrestha bibekshrestha at gmail dot com |
From: Bibek S. <bib...@gm...> - 2009-03-21 15:32:10
|
Incase memleaks is still troubling you guys, check out valgrind and its 2 minute quickstart at http://valgrind.org/docs/manual/quick-start.html#quick-start.intro Really helpful. 2009/3/21 Abhishek Dutta <the...@gm...> > ACK > > 2009/3/21 lakesh <lak...@gm...> > >> Hi guys, >> Lets fix the memory leaks anyhow by today and meet at 10 am tommorrow at >> college ok >> >> -- >> Have a nice day >> >> >> ------------------------------------------------------------------------------ >> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >> easily build your RIAs with Flex Builder, the Eclipse(TM)based development >> software that enables intelligent coding and step-through debugging. >> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >> _______________________________________________ >> Rtftr-devel mailing list >> Rtf...@li... >> https://lists.sourceforge.net/lists/listinfo/rtftr-devel >> >> > > > -- > Abhishek > http://adutta.np.googlepages.com > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > Rtftr-devel mailing list > Rtf...@li... > https://lists.sourceforge.net/lists/listinfo/rtftr-devel > > -- Bibek Shrestha bibekshrestha at gmail dot com |
From: Abhishek D. <the...@gm...> - 2009-03-21 15:29:33
|
ACK 2009/3/21 lakesh <lak...@gm...> > Hi guys, > Lets fix the memory leaks anyhow by today and meet at 10 am tommorrow at > college ok > > -- > Have a nice day > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > Rtftr-devel mailing list > Rtf...@li... > https://lists.sourceforge.net/lists/listinfo/rtftr-devel > > -- Abhishek http://adutta.np.googlepages.com |
From: lakesh <lak...@gm...> - 2009-03-21 10:43:38
|
Hi guys, Lets fix the memory leaks anyhow by today and meet at 10 am tommorrow at college ok -- Have a nice day |
From: Abhishek D. <the...@gm...> - 2009-03-21 02:53:03
|
this page contains the documentation for using valgrid http://valgrind.org/docs/download_docs.html On Sat, Mar 21, 2009 at 8:32 AM, Abhishek Dutta <the...@gm...>wrote: > hey guys, > > we can use http://valgrind.org/ which is integrated in Kdevelop to detect > memory leaks. > > bye > > > On Sat, Mar 21, 2009 at 8:13 AM, Abhishek Dutta <the...@gm...>wrote: > >> Hi all, >> I'll be checking my portion for memory leaks as well. Moreover, I will >> also optimize the code (OpenMP, and general optimizations). >> >> Let shoot another video on Sunday. Lakesh, we need to vary the poses and >> expressions (happy, sad, laughing,, etc) as this will increase the accuracy >> of recognition for Kepenekci module. For the overfitting problem with >> subspace LDA, you can choose which images you use for training (ie: you can >> only use few training images that avoids overfitting). >> >> We should control rapid movements and "looking into screen instead of >> camera" problem. >> >> Presentations preparation by 10th chaitra is a good idea. Bibek has to >> decide that. >> >> Bye >> >> 2009/3/20 Anjan <roc...@gm...> >> >> yeah, I'll be working on fixing the memory leak in my portion tomorrow. >>> Let's meet on Sunday and be ready for the demo ASAP. And also, we should be >>> starting to prepare the presentation. I think we better be prepared with the >>> presentation by the 10th of Chaitra, this way we can stay cool on the day >>> before our big day :) >>> >>> 2009/3/20 lakesh <lak...@gm...> >>> >>>> Hi guys, >>>> I guess we have tremendous memory leaks. Need to fix them all otherwise >>>> the program crashes after a certain period of time. I tested with opencv >>>> there is no memory leak with it and the program runs fine. Also we need to >>>> take a final video for thorough training. The last video we took was not >>>> that good, there were so many tilted faces and everyone was moving around. >>>> So I think the training set was not good. We need to take a good training >>>> set. Most of the time we were looking at the window instead of the camera >>>> and there were rapid movements and change of expressions. We should take a >>>> constrained environment i.e, sitting on a chair infront of the camera, >>>> looking at the camera not too many pose variations,few expression variations >>>> a standard one. We had unnecessary pose variations last time. So I think we >>>> are having overfitting problems as well. >>>> So lets meet on Sunday at college and work this out. >>>> >>>> -- >>>> Have a nice day >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >>>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >>>> easily build your RIAs with Flex Builder, the Eclipse(TM)based >>>> development >>>> software that enables intelligent coding and step-through debugging. >>>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >>>> _______________________________________________ >>>> Rtftr-devel mailing list >>>> Rtf...@li... >>>> https://lists.sourceforge.net/lists/listinfo/rtftr-devel >>>> >>>> >>> >>> >>> -- >>> Anjan Nepal >>> >>> GPO Box 11458 >>> Registered Linux User #395963 >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >>> easily build your RIAs with Flex Builder, the Eclipse(TM)based >>> development >>> software that enables intelligent coding and step-through debugging. >>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >>> _______________________________________________ >>> Rtftr-devel mailing list >>> Rtf...@li... >>> https://lists.sourceforge.net/lists/listinfo/rtftr-devel >>> >>> >> >> >> -- >> Abhishek >> http://adutta.np.googlepages.com >> > > > > -- > Abhishek > http://adutta.np.googlepages.com > -- Abhishek http://adutta.np.googlepages.com |
From: lakesh <lak...@gm...> - 2009-03-21 02:50:34
|
Hi all, This is a link http://www.liquidmetal.in/articles/image_processing/opencv-memory-management.phpto manage memory with CvSeq *. CvSeq is also creating some memory problems On Sat, Mar 21, 2009 at 8:32 AM, Abhishek Dutta <the...@gm...>wrote: > hey guys, > > we can use http://valgrind.org/ which is integrated in Kdevelop to detect > memory leaks. > > bye > > > On Sat, Mar 21, 2009 at 8:13 AM, Abhishek Dutta <the...@gm...>wrote: > >> Hi all, >> I'll be checking my portion for memory leaks as well. Moreover, I will >> also optimize the code (OpenMP, and general optimizations). >> >> Let shoot another video on Sunday. Lakesh, we need to vary the poses and >> expressions (happy, sad, laughing,, etc) as this will increase the accuracy >> of recognition for Kepenekci module. For the overfitting problem with >> subspace LDA, you can choose which images you use for training (ie: you can >> only use few training images that avoids overfitting). >> >> We should control rapid movements and "looking into screen instead of >> camera" problem. >> >> Presentations preparation by 10th chaitra is a good idea. Bibek has to >> decide that. >> >> Bye >> >> 2009/3/20 Anjan <roc...@gm...> >> >> yeah, I'll be working on fixing the memory leak in my portion tomorrow. >>> Let's meet on Sunday and be ready for the demo ASAP. And also, we should be >>> starting to prepare the presentation. I think we better be prepared with the >>> presentation by the 10th of Chaitra, this way we can stay cool on the day >>> before our big day :) >>> >>> 2009/3/20 lakesh <lak...@gm...> >>> >>>> Hi guys, >>>> I guess we have tremendous memory leaks. Need to fix them all otherwise >>>> the program crashes after a certain period of time. I tested with opencv >>>> there is no memory leak with it and the program runs fine. Also we need to >>>> take a final video for thorough training. The last video we took was not >>>> that good, there were so many tilted faces and everyone was moving around. >>>> So I think the training set was not good. We need to take a good training >>>> set. Most of the time we were looking at the window instead of the camera >>>> and there were rapid movements and change of expressions. We should take a >>>> constrained environment i.e, sitting on a chair infront of the camera, >>>> looking at the camera not too many pose variations,few expression variations >>>> a standard one. We had unnecessary pose variations last time. So I think we >>>> are having overfitting problems as well. >>>> So lets meet on Sunday at college and work this out. >>>> >>>> -- >>>> Have a nice day >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >>>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >>>> easily build your RIAs with Flex Builder, the Eclipse(TM)based >>>> development >>>> software that enables intelligent coding and step-through debugging. >>>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >>>> _______________________________________________ >>>> Rtftr-devel mailing list >>>> Rtf...@li... >>>> https://lists.sourceforge.net/lists/listinfo/rtftr-devel >>>> >>>> >>> >>> >>> -- >>> Anjan Nepal >>> >>> GPO Box 11458 >>> Registered Linux User #395963 >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >>> easily build your RIAs with Flex Builder, the Eclipse(TM)based >>> development >>> software that enables intelligent coding and step-through debugging. >>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >>> _______________________________________________ >>> Rtftr-devel mailing list >>> Rtf...@li... >>> https://lists.sourceforge.net/lists/listinfo/rtftr-devel >>> >>> >> >> >> -- >> Abhishek >> http://adutta.np.googlepages.com >> > > > > -- > Abhishek > http://adutta.np.googlepages.com > -- Have a nice day |
From: Abhishek D. <the...@gm...> - 2009-03-21 02:48:14
|
hey guys, we can use http://valgrind.org/ which is integrated in Kdevelop to detect memory leaks. bye On Sat, Mar 21, 2009 at 8:13 AM, Abhishek Dutta <the...@gm...>wrote: > Hi all, > I'll be checking my portion for memory leaks as well. Moreover, I will also > optimize the code (OpenMP, and general optimizations). > > Let shoot another video on Sunday. Lakesh, we need to vary the poses and > expressions (happy, sad, laughing,, etc) as this will increase the accuracy > of recognition for Kepenekci module. For the overfitting problem with > subspace LDA, you can choose which images you use for training (ie: you can > only use few training images that avoids overfitting). > > We should control rapid movements and "looking into screen instead of > camera" problem. > > Presentations preparation by 10th chaitra is a good idea. Bibek has to > decide that. > > Bye > > 2009/3/20 Anjan <roc...@gm...> > > yeah, I'll be working on fixing the memory leak in my portion tomorrow. >> Let's meet on Sunday and be ready for the demo ASAP. And also, we should be >> starting to prepare the presentation. I think we better be prepared with the >> presentation by the 10th of Chaitra, this way we can stay cool on the day >> before our big day :) >> >> 2009/3/20 lakesh <lak...@gm...> >> >>> Hi guys, >>> I guess we have tremendous memory leaks. Need to fix them all otherwise >>> the program crashes after a certain period of time. I tested with opencv >>> there is no memory leak with it and the program runs fine. Also we need to >>> take a final video for thorough training. The last video we took was not >>> that good, there were so many tilted faces and everyone was moving around. >>> So I think the training set was not good. We need to take a good training >>> set. Most of the time we were looking at the window instead of the camera >>> and there were rapid movements and change of expressions. We should take a >>> constrained environment i.e, sitting on a chair infront of the camera, >>> looking at the camera not too many pose variations,few expression variations >>> a standard one. We had unnecessary pose variations last time. So I think we >>> are having overfitting problems as well. >>> So lets meet on Sunday at college and work this out. >>> >>> -- >>> Have a nice day >>> >>> >>> ------------------------------------------------------------------------------ >>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >>> easily build your RIAs with Flex Builder, the Eclipse(TM)based >>> development >>> software that enables intelligent coding and step-through debugging. >>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >>> _______________________________________________ >>> Rtftr-devel mailing list >>> Rtf...@li... >>> https://lists.sourceforge.net/lists/listinfo/rtftr-devel >>> >>> >> >> >> -- >> Anjan Nepal >> >> GPO Box 11458 >> Registered Linux User #395963 >> >> >> >> ------------------------------------------------------------------------------ >> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >> easily build your RIAs with Flex Builder, the Eclipse(TM)based development >> software that enables intelligent coding and step-through debugging. >> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >> _______________________________________________ >> Rtftr-devel mailing list >> Rtf...@li... >> https://lists.sourceforge.net/lists/listinfo/rtftr-devel >> >> > > > -- > Abhishek > http://adutta.np.googlepages.com > -- Abhishek http://adutta.np.googlepages.com |
From: Abhishek D. <the...@gm...> - 2009-03-21 02:36:49
|
Hi lakesh, Instead of overlaying text using OpenCV functions, can we create an images (of size 120x20 pixels) for each person's (NAME_IMAGES) which contains their corresponding name (in some good and clear font). When we need to write the name, we can overlay this image. Also, let's not make the background of the NAME_IMAGES complete black. Let's create a transparent PNG with opacity around 60 so that the actual contents of the webcam(in the portion where we display the name) does not hide completely by the NAME_IMAGES We can also add three different colors to the rectangle border to indicate the following status 1. Green - both kepenekci and subspace LDA modules reported same face-id 2. Red - kepenekci and subspace LDA modules reported different face-id I think a simple GUI will be all we can do for the final year demonstration. Lakesh don't waste much time in GUI. Let's focus on the memory leaks and stability of RTFTR. We cannot imagine to get a SEG_FAULT or MEMORY_FULL problems while demonstrating the software to the examiners :) bye 2009/3/21 Bibek Shrestha <bib...@gm...> > Lakesh can you put it below the rectangle instead of inside? like in our > report? > > > > 2009/3/21 lakesh <lak...@gm...> > >> Hi all, >> I have placed some screenshots of the results. As suggested by you guys I >> have placed a small background behind the text. Opencv supports only a few >> set of fonts. So the font is not that good. Any more suggestions?? I know >> the graphics is not that promising. >> >> -- >> Have a nice day >> >> >> ------------------------------------------------------------------------------ >> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >> easily build your RIAs with Flex Builder, the Eclipse(TM)based development >> software that enables intelligent coding and step-through debugging. >> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >> _______________________________________________ >> Rtftr-devel mailing list >> Rtf...@li... >> https://lists.sourceforge.net/lists/listinfo/rtftr-devel >> >> > > > -- > Bibek Shrestha > bibekshrestha at gmail dot com > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > Rtftr-devel mailing list > Rtf...@li... > https://lists.sourceforge.net/lists/listinfo/rtftr-devel > > -- Abhishek http://adutta.np.googlepages.com |
From: Abhishek D. <the...@gm...> - 2009-03-21 02:28:24
|
Hi all, I'll be checking my portion for memory leaks as well. Moreover, I will also optimize the code (OpenMP, and general optimizations). Let shoot another video on Sunday. Lakesh, we need to vary the poses and expressions (happy, sad, laughing,, etc) as this will increase the accuracy of recognition for Kepenekci module. For the overfitting problem with subspace LDA, you can choose which images you use for training (ie: you can only use few training images that avoids overfitting). We should control rapid movements and "looking into screen instead of camera" problem. Presentations preparation by 10th chaitra is a good idea. Bibek has to decide that. Bye 2009/3/20 Anjan <roc...@gm...> > yeah, I'll be working on fixing the memory leak in my portion tomorrow. > Let's meet on Sunday and be ready for the demo ASAP. And also, we should be > starting to prepare the presentation. I think we better be prepared with the > presentation by the 10th of Chaitra, this way we can stay cool on the day > before our big day :) > > 2009/3/20 lakesh <lak...@gm...> > >> Hi guys, >> I guess we have tremendous memory leaks. Need to fix them all otherwise >> the program crashes after a certain period of time. I tested with opencv >> there is no memory leak with it and the program runs fine. Also we need to >> take a final video for thorough training. The last video we took was not >> that good, there were so many tilted faces and everyone was moving around. >> So I think the training set was not good. We need to take a good training >> set. Most of the time we were looking at the window instead of the camera >> and there were rapid movements and change of expressions. We should take a >> constrained environment i.e, sitting on a chair infront of the camera, >> looking at the camera not too many pose variations,few expression variations >> a standard one. We had unnecessary pose variations last time. So I think we >> are having overfitting problems as well. >> So lets meet on Sunday at college and work this out. >> >> -- >> Have a nice day >> >> >> ------------------------------------------------------------------------------ >> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >> easily build your RIAs with Flex Builder, the Eclipse(TM)based development >> software that enables intelligent coding and step-through debugging. >> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >> _______________________________________________ >> Rtftr-devel mailing list >> Rtf...@li... >> https://lists.sourceforge.net/lists/listinfo/rtftr-devel >> >> > > > -- > Anjan Nepal > > GPO Box 11458 > Registered Linux User #395963 > > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > Rtftr-devel mailing list > Rtf...@li... > https://lists.sourceforge.net/lists/listinfo/rtftr-devel > > -- Abhishek http://adutta.np.googlepages.com |
From: Bibek S. <bib...@gm...> - 2009-03-21 02:02:33
|
Lakesh can you put it below the rectangle instead of inside? like in our report? 2009/3/21 lakesh <lak...@gm...> > Hi all, > I have placed some screenshots of the results. As suggested by you guys I > have placed a small background behind the text. Opencv supports only a few > set of fonts. So the font is not that good. Any more suggestions?? I know > the graphics is not that promising. > > -- > Have a nice day > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > Rtftr-devel mailing list > Rtf...@li... > https://lists.sourceforge.net/lists/listinfo/rtftr-devel > > -- Bibek Shrestha bibekshrestha at gmail dot com |
From: Anjan <roc...@gm...> - 2009-03-20 14:24:54
|
yeah, I'll be working on fixing the memory leak in my portion tomorrow. Let's meet on Sunday and be ready for the demo ASAP. And also, we should be starting to prepare the presentation. I think we better be prepared with the presentation by the 10th of Chaitra, this way we can stay cool on the day before our big day :) 2009/3/20 lakesh <lak...@gm...> > Hi guys, > I guess we have tremendous memory leaks. Need to fix them all otherwise the > program crashes after a certain period of time. I tested with opencv there > is no memory leak with it and the program runs fine. Also we need to take a > final video for thorough training. The last video we took was not that good, > there were so many tilted faces and everyone was moving around. So I think > the training set was not good. We need to take a good training set. Most of > the time we were looking at the window instead of the camera and there were > rapid movements and change of expressions. We should take a constrained > environment i.e, sitting on a chair infront of the camera, looking at the > camera not too many pose variations,few expression variations a standard > one. We had unnecessary pose variations last time. So I think we are having > overfitting problems as well. > So lets meet on Sunday at college and work this out. > > -- > Have a nice day > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > Rtftr-devel mailing list > Rtf...@li... > https://lists.sourceforge.net/lists/listinfo/rtftr-devel > > -- Anjan Nepal GPO Box 11458 Registered Linux User #395963 |
From: lakesh <lak...@gm...> - 2009-03-20 14:17:07
|
Hi guys, I guess we have tremendous memory leaks. Need to fix them all otherwise the program crashes after a certain period of time. I tested with opencv there is no memory leak with it and the program runs fine. Also we need to take a final video for thorough training. The last video we took was not that good, there were so many tilted faces and everyone was moving around. So I think the training set was not good. We need to take a good training set. Most of the time we were looking at the window instead of the camera and there were rapid movements and change of expressions. We should take a constrained environment i.e, sitting on a chair infront of the camera, looking at the camera not too many pose variations,few expression variations a standard one. We had unnecessary pose variations last time. So I think we are having overfitting problems as well. So lets meet on Sunday at college and work this out. -- Have a nice day |
From: Abhishek D. <the...@gm...> - 2009-03-19 12:29:44
|
you need to install "subfig" package 2009/3/19 Bibek Shrestha <bib...@gm...> > Problem while compiling rtftr_project_report.tex file. > > The compilation gives error while compiling > This is what i get while trying to compile it > > [LaTeX] rtftr_project_report.tex => rtftr_project_report.dvi (latex) > [LaTeX] finished with exit status 1 > rtftr_project_report.tex:12:File `subfig.sty' not found. \title > [LaTeX] 1 error, 0 warnings, 0 badboxes > > Abhishek, is there subfig.sty file in pc? > > -- > Bibek Shrestha > bibekshrestha at gmail dot com > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > Rtftr-devel mailing list > Rtf...@li... > https://lists.sourceforge.net/lists/listinfo/rtftr-devel > > -- Abhishek http://adutta.np.googlepages.com |
From: Bibek S. <bib...@gm...> - 2009-03-19 11:35:17
|
Problem while compiling rtftr_project_report.tex file. The compilation gives error while compiling This is what i get while trying to compile it [LaTeX] rtftr_project_report.tex => rtftr_project_report.dvi (latex) [LaTeX] finished with exit status 1 rtftr_project_report.tex:12:File `subfig.sty' not found. \title [LaTeX] 1 error, 0 warnings, 0 badboxes Abhishek, is there subfig.sty file in pc? -- Bibek Shrestha bibekshrestha at gmail dot com |
From: Bibek S. <bib...@gm...> - 2009-03-17 14:54:46
|
% TITLE : Detection of human faces through Neural Network Based Face Detector % Detection time for acceptable error rate of 0.003 (0.3%) 40 minutes %Image_name actual_face_count detected_face_count false_detection_count detection_time(secs) image_size 0_3.jpg 0 2 2 1.43236 256x192 0_5.jpg 0 2 2 1.87411 256x192 0_11.jpg 0 3 2 2.60888 256x192 0_13.jpg 0 2 2 1.70544 256x192 1_1.jpg 1 4 3 2.05414 256x192 1_4.jpg 1 5 4 2.29763 256x192 1_6.jpg 1 4 3 1.97509 256x192 1_7.jpg 1 5 4 2.17933 256x192 1_8.jpg 1 3 2 1.59834 256x192 1_12.jpg 1 5 4 2.10087 256x192 2_2.jpg 2 9 7 2.01552 256x192 2_9.jpg 2 10 8 2.83194 256x192 2_10.jpg 2 8 6 2.68499 256x192 2_14.jpg 2 2 2 2.31935 256x192 |
From: lakesh <lak...@gm...> - 2009-03-17 14:30:12
|
# ------------------------- Performance Log : RTFTR : START ----------------- # Generated on : Tue Mar 17 19:25:07 2009 # Task Id : SubspaceLda_Train # Task Name : Profile Data for Training Operation in SubspaceLda implementation # --------------------------------------------------------------------------- S.No | Train Image Size | Train Image Number | Train Time 1 32x32 20 0.0149893 2 32x32 40 0.0235027 3 32x32 60 0.0463146 4 64x64 20 0.0298399 5 64x64 40 0.0883769 6 64x64 60 0.143491 7 128x128 20 0.0873034 8 128x128 40 0.325028 9 128x128 60 0.613255 # ------------------------- Performance Log : RTFTR : END ------------------- # Log Records completed on : Tue Mar 17 19:25:08 2009 |