Leo Xiong

Results 6 comments of Leo Xiong

This issue may not be true. I trained on my own dataset from scratch, the mAP reaches 50+%.

``` plt.imshow(display_grid, aspect='auto', cmap='viridis') ``` Hi, please take a look at the last sentence. `display_grid` is a numpy 2D array which is not RGB data. So the programmer have to...

See the latest answer in this thread: [https://github.com/open-mmlab/mmdetection3d/issues/2638#issuecomment-2054687998](url) It helps me to install.

By following the link above, I had no problem with install. However, when I run the evaluation, I got this error: ``` Traceback (most recent call last): File "tools/test.py", line...

There is validation code. You need to write another script to call it. [Valid Epoch](https://github.com/yassouali/pytorch-segmentation/blob/master/trainer.py#L109)