Mathieu Garon
Mathieu Garon
Hi Kaan and Yigit, Actually I implemented some examples with your wrapper, you can check my fork : https://github.com/MathGaron/PyOptiX. I added meshviewer (loading a mesh), path_tracer and tutorial (load hdr...
Hi, thanks for the bug report! I will fix this as soon as possible! I am quite busy right now but it should be pushed somewhere around next week.
Actually @YuCosine did all the work for now! Thanks again!
Sorry, I am not sure to understand, could you give me more precision or some reference? Thank you!
I actually never checked this in details, I am kind of busy with a few projects... I also did not check current coco implementations. It would be awesome if you...
Awesome thanks so much. I will have some time to check this out in depth next week. Thanks for taking the time to investigate this!
Hi GeniusLight, ``` class DetectionMAP: def __init__(self, n_class, pr_samples=11, overlap_threshold=0.5): # Running computation of average precision of n_class in a bounding box + classification task # :param n_class: quantity of...
Ok you are right, we have a slightly different way to handle the confidence, I will definitively check if/how it affects the score. Actually, I will link this to #10,...
Awesome, I will check this out later! Thanks!
Thanks for the pull request, I will check this out when I can find the time. Meanwhile, could you provide the edge case here please?