KyanChen / RSPrompter

This is the pytorch implement of our paper "RSPrompter: Learning to Prompt for Remote Sensing Instance Segmentation based on Visual Foundation Model"
https://kychen.me/RSPrompter
Apache License 2.0
505 stars 35 forks source link

inference on custom dataset #74

Closed 15926273249 closed 9 months ago

15926273249 commented 9 months ago

how to predict on custom datasets

KyanChen commented 9 months ago
  1. If you need to calculate the metrics, you should prepare your dataset in the coco data format. And follow the instructions in the readme, using tools/test.py script.
  2. If you just need to inference on an image or a folder of images, please follow the instructions in the readme, using demo/image_demo.py script.
15926273249 commented 9 months ago

how to run the large_image_demo.py , what modifications should be made for the config files

15926273249 commented 9 months ago

AttributeError: 'ConfigDict' object has no attribute 'model' ,how to solve this problem

funny000 commented 5 months ago

Hi@15926273249 请问你测试成功了吗