Results 1 to 10 of 10

Thread: help in my project

  1. #1
    Join Date
    Mar 2011
    Posts
    1
    Qt products
    Platforms
    Windows

    Question help in my project

    I'm desperate
    I need help in my graduation project in Python
    I want to write code for the number of cars in the picture
    I insert the image and determines the number of cars in the picture
    Code mode via Python
    Please do not be stingy with your help for me

  2. #2
    Join Date
    Apr 2010
    Posts
    769
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11
    Thanks
    1
    Thanked 94 Times in 86 Posts

    Default Re: help in my project

    Isn't graduation coming up pretty soon?

  3. #3
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows
    Thanks
    21
    Thanked 418 Times in 411 Posts

    Default Re: help in my project

    I need help in my graduation project in Python

    Ok, I'll byte...
    What is the help you need?
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: help in my project

    Maybe he wants us to count the cars in a picture
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  5. #5
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows
    Thanks
    21
    Thanked 418 Times in 411 Posts

    Default Re: help in my project

    Please do not be stingy with your help for me
    Tell you what:
    You do your part asking questions that are worth answering, and we wont be stingy about it, do we have a deal?
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  6. #6
    Join Date
    Sep 2009
    Location
    Wroclaw, Poland
    Posts
    1,394
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android
    Thanked 342 Times in 324 Posts

    Default Re: help in my project

    Just to cheer you up - my friend master thesis program was similiar, it took him ~8 months to work properly (coded in Python as well), so if you are fast coder and have good mathematical background, I think you can graduate in September
    Preparing a good thesis requires to do some serious work ( I was preparing mine ~1.5 year ), so don't expect someone to tell you how to write the program. You need to understand what are you doing, otherwise what's the point in doing it ?

    Maybe he wants us to count the cars in a picture
    serious rotfl

  7. #7
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: help in my project

    I had a project in one of the courses where I was detecting yacht sails. It took me two-three weeks to implement it and it "almost worked". Unfortunately "almost" is not good enough for graduation
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  8. #8
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    6
    Thanked 348 Times in 333 Posts

    Default Re: help in my project

    Isn't the code like 30% of the actual score? With the research and documentation explaining how and why you did it like you did accounting for something like 50% ? The remaining 20% being something like "Does it actually work?"

    It's been a few years, but "almost worked" with good quality code and excellent documentation still got a pass. I think I spent 2 months writing code but 4 months prior to that doing research, tests and documentation (explaining the tests got you bonus points too I believe)

    As for the OP, even if we managed to count the number of cars in the picture, I don't think 30% is a pass until you already done the documentation, in which case, you already know how its going to be done and how it works, you just need to code it.
    Last edited by squidge; 30th March 2011 at 21:37.

  9. #9
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: help in my project

    Quote Originally Posted by squidge View Post
    Isn't the code like 30% of the actual score? With the research and documentation explaining how and why you did it like you did accounting for something like 50% ? The remaining 20% being something like "Does it actually work?"
    Actually my code indeed almost worked. Up to the point when I compiled it with MSVC, then it stopped working I must have had some maths issue somewhere deep in the classification code and there was no time to correct it. I received 20% of the points but that was good enough for me as I already had a grade from the course, I just needed to avoid getting negative points.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  10. #10
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows
    Thanks
    21
    Thanked 418 Times in 411 Posts

    Default Re: help in my project

    Few years back I remember the fft.lib was giving us wrong results in some cases when compiled with VS6 - on linux it worked correctly.
    We assumed it had to do with optimization, but never dwelt on it too much, we just used linux.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

Similar Threads

  1. How to convert QT Project to CMake project?
    By Kevin Hoang in forum Qt Programming
    Replies: 2
    Last Post: 29th March 2011, 10:48
  2. Qt project management - bigger project
    By Peppy in forum Qt Programming
    Replies: 11
    Last Post: 24th December 2010, 14:50
  3. cannot run the project
    By kazal in forum Qwt
    Replies: 0
    Last Post: 24th May 2010, 09:18
  4. Replies: 1
    Last Post: 4th December 2009, 00:34
  5. Project generation on linux from QT Project
    By darpan in forum Qt Programming
    Replies: 6
    Last Post: 11th December 2006, 10:43

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.