jgraving / DeepPoseKit

a toolkit for pose estimation using deep learning
http://deepposekit.org
Apache License 2.0
389 stars 90 forks source link

Base generator #48

Closed urs-waldmann closed 4 years ago

urs-waldmann commented 4 years ago

Hi Jake!

I think I found two minor fixes for the documentation of two functions in BaseGenerator.py. In general you can pass multiple indexes to get_images() and get_keypoints(). Therefore documentations should say dimension is (n_indexes, ...) instead of (1, ...) I guess.

Best, Urs

jgraving commented 4 years ago

Thanks, but should be n_samples rather than n_indexes

urs-waldmann commented 4 years ago

Yes, even better.  


additional e-mail addresses: urs.waldmann@daad-alumni.de urs.waldmann@klasse2013.teachfirst.de urs.waldmann@dav-ueberlingen.de info@mv-waldmann.de urs.waldmann@uni-konstanz.de

www.xing.com/profile/Urs_Waldmann www.mv-waldmann.de

   

Gesendet: Freitag, 17. April 2020 um 10:10 Uhr Von: "Jake Graving" notifications@github.com An: "jgraving/DeepPoseKit" DeepPoseKit@noreply.github.com Cc: "Urs Waldmann" urs_waldmann@gmx.net, "Author" author@noreply.github.com Betreff: Re: [jgraving/DeepPoseKit] Base generator (#48)

 

Thanks, but should be n_samples rather than n_indexes

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

urs-waldmann commented 4 years ago

I updated to n_samples.