matteorr
matteorr
@rgommers, @grlee77, @laszukdawid, @aaren - I wanted to follow up on this question since I really love your library but not having cone of interest or being able to do...
@grlee77 @rgommers - Thanks for your quick reply, I understand the situation. It's just a pity that there isn't one clear winner take all python repo for wavelets in the...
Thanks for your prompt reply! 1) I'm referring to the average error printed at [line 250](https://github.com/una-dinosauria/3d-pose-baseline/blob/master/src/predict_3dpose.py#L229-L251). Everything else in the code is unchanged, so I believe the error is computed...
Yeah, I didn't include it in the last command but can confirm that I used it in the code I launched. Thanks a lot again!
Hi, and thanks for looking into this. I followed your suggestion and replaced these lines (from my post above): ``` train_set_2d, _, data_mean_2d, data_std_2d, dim_to_ignore_2d, dim_to_use_2d = data_utils.create_2d_data( actions, FLAGS.data_dir,...
No reason to apologize, actually thanks for the new code basis (I'll take a look at it over the next few days) and for being so responsive. I have a...
@una-dinosauria, thanks for the pointer to my work. @meijieru, Fig. 4(c) in our [paper](http://www.vision.caltech.edu/~mronchi/papers/BMVC18_Relative3DPose_PAPER.pdf) summarizes the performance when training on GT and testing on SH detections. Here's the [github page](https://github.com/matteorr/rel_3d_pose)...
Thanks for your question! If you go to the coco-analyze [project page](http://www.vision.caltech.edu/~mronchi/projects/PoseErrorDiagnosis/#resources) on my website, you can download the json files containing the annotation ids for all instances in each...
Sorry for the late reply @mmderakhshani , @netanel-s. Right now there is a [matlab function in the cocoapi repo](https://github.com/cocodataset/cocoapi/blob/master/MatlabAPI/CocoEval.m#L57-L67) that will analyze your detections in the style of [Derek Hoiem's...
Hi @geopavlakos, I was hoping to run a more detailed comparison between our two methods (here is my repo: https://github.com/matteorr/rel_3d_pose). Any updates on a timeline for releasing the training code?...