陈权

Results 7 comments of 陈权

same problem anyone knows how to fix it?

Thank you, @howardyclo ! I changed ``` height = src_bbox[:, 2] - src_bbox[:, 0] width = src_bbox[:, 3] - src_bbox[:, 1] base_height = dst_bbox[:, 2] - dst_bbox[:, 0] base_width =...

same problem~

> @Kasthooriraja but the anchors generated with k-means clustering need to be calculated based on this parameter or for original image's size ? same question

``` RUN apt-key del 7fa2af80 RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/3bf863cc.pub RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu2004/x86_64/7fa2af80.pub ``` This works for me

> ...the `fftbins=True` argument (`True` beeing the default value), which is not mentionned throughout of the course, and can lead to precision errors easily in a multitude of cases, because...