GithubHelp home page GithubHelp logo

Orientation Estimation about hand_detection HOT 9 CLOSED

yangli18 avatar yangli18 commented on July 28, 2024
Orientation Estimation

from hand_detection.

Comments (9)

yangli18 avatar yangli18 commented on July 28, 2024 2

@trungpham2606 My pleasure! Thanks for your interest.

from hand_detection.

yangli18 avatar yangli18 commented on July 28, 2024 1

@trungpham2606
I just updated the training log. It is corresponding to the trained model in weights dir.

from hand_detection.

yangli18 avatar yangli18 commented on July 28, 2024 1

@trungpham2606 I'm glad it helped! 😄

from hand_detection.

yangli18 avatar yangli18 commented on July 28, 2024

@trungpham2606
As both of them are defined as the smooth L1 loss, they are calculated along with the location loss Lloc in multibox_loss.py.

from hand_detection.

trungpham2606 avatar trungpham2606 commented on July 28, 2024

@yangli18 oh, thank you. In addition, can you give me information about the loc_loss and cls_loss after finishing your training session. It seems that your log file doesn't contain the final results.

from hand_detection.

trungpham2606 avatar trungpham2606 commented on July 28, 2024

@yangli18 oh I see it. Thank you for your prompt response. I had tried your network with my own dataset and the results are immensely good !

from hand_detection.

trungpham2606 avatar trungpham2606 commented on July 28, 2024

@yangli18 Can you tell me how much time the model needs for showing results on 1 image ( prediction time + display time). In my PC, the amount of time for 1 image is approximately 1sec ( I was using pure Python nms).
Thank in advance.

from hand_detection.

yangli18 avatar yangli18 commented on July 28, 2024

@trungpham2606
We tested the average detection time (including NMS) on the Oxford hand dataset, and it's about 7 ms/image using Titan X (Maxwell). We didn't count the display time and you should test it yourself on your platform. The NMS written in c/cuda is also provided and it's much faster.

from hand_detection.

trungpham2606 avatar trungpham2606 commented on July 28, 2024

@yangli18 Yeah, I also guessed that it took most time in display part while I was using pure Python nms ( i cant install nms c/cuda built on windows 10, I will try cython version).
Thanks so much for helping me ^^.

from hand_detection.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.