mmfewshot icon indicating copy to clipboard operation
mmfewshot copied to clipboard

visualization program

Open alphacyp opened this issue 3 years ago • 8 comments

I wonder whether this code has not provided the code of the visualization program, using the TFA trained model for test? I have reproduced TFA and trained the model with this code. And I want to take an image to see the effect of the detection with visual interface.Could you help me?Thanks a lot!

alphacyp avatar Feb 12 '22 04:02 alphacyp

I wonder whether this code has not provided the code of the visualization program, using the TFA trained model for test? I have reproduced TFA and trained the model with this code. And I want to take an image to see the effect of the detection with visual interface.Could you help me?Thanks a lot!

You can see the inference.py I implemented, which detects all images in a folder and displays the detection bboxes on the image, and it can draw the heatmap too. welcome to star, the link is https://github.com/LiangYang666/mmfewshot/blob/liang/tools/detection/inference.py

LiangYang666 avatar Mar 19 '22 05:03 LiangYang666

I wonder whether this code has not provided the code of the visualization program, using the TFA trained model for test? I have reproduced TFA and trained the model with this code. And I want to take an image to see the effect of the detection with visual interface.Could you help me?Thanks a lot!

You can see the inference.py I implemented, which detects all images in a folder and displays the detection bboxes on the image, and it can draw the heatmap too. welcome to star, the link is https://github.com/LiangYang666/mmfewshot/blob/liang/tools/detection/inference.py

Thank you very much for your help. Your ideas are very valuable. I will read the code you provided carefully.

alphacyp avatar Mar 20 '22 01:03 alphacyp

I wonder whether this code has not provided the code of the visualization program, using the TFA trained model for test? I have reproduced TFA and trained the model with this code. And I want to take an image to see the effect of the detection with visual interface.Could you help me?Thanks a lot!

You can see the inference.py I implemented, which detects all images in a folder and displays the detection bboxes on the image, and it can draw the heatmap too. welcome to star, the link is https://github.com/LiangYang666/mmfewshot/blob/liang/tools/detection/inference.py

PRs are welecomed!

BIGWangYuDong avatar May 13 '22 09:05 BIGWangYuDong

Please, does this link still exist? Is it possible to send a complete one? Thank you very much.

Caltech-Z avatar Mar 04 '23 01:03 Caltech-Z

Please, does this link still exist? Is it possible to send a complete one? Thank you very much.

Always available, maybe the link is not set up, please copy it and open it ,https://github.com/LiangYang666/mmfewshot/blob/liang/tools/detection/inference.py

LiangYang666 avatar Mar 04 '23 01:03 LiangYang666

我使用了此链接提供的inference.py文件,但是报了以下错误:PermissionError: [Errno 13] Permission denied: './test_images\heatmaps' 请问该如何解决?

OneBiteOfASmallCake avatar Mar 08 '23 03:03 OneBiteOfASmallCake

我使用了此链接提供的inference.py文件,但是报了以下错误:PermissionError: [Errno 13] Permission denied: './test_images\heatmaps' 请问该如何解决?

可能是没权限或文件不存在吧

LiangYang666 avatar Mar 08 '23 11:03 LiangYang666

我使用了此链接提供的 inference.py 文件,但是报了以下错误:PermissionError: [Errno 13] Permission denied: './test_images\heatmaps' 请问该如何解决?

可能是没权限或文件不存在吧

请问有解决的方法吗?我目前需要使用这一功能,可以提供下思路吗

OneBiteOfASmallCake avatar Mar 08 '23 12:03 OneBiteOfASmallCake