mmfewshot
mmfewshot copied to clipboard
visualization program
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!
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
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.
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!
Please, does this link still exist? Is it possible to send a complete one? Thank you very much.
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
我使用了此链接提供的inference.py文件,但是报了以下错误:PermissionError: [Errno 13] Permission denied: './test_images\heatmaps' 请问该如何解决?
我使用了此链接提供的inference.py文件,但是报了以下错误:PermissionError: [Errno 13] Permission denied: './test_images\heatmaps' 请问该如何解决?
可能是没权限或文件不存在吧
我使用了此链接提供的 inference.py 文件,但是报了以下错误:PermissionError: [Errno 13] Permission denied: './test_images\heatmaps' 请问该如何解决?
可能是没权限或文件不存在吧
请问有解决的方法吗?我目前需要使用这一功能,可以提供下思路吗