Change prediction score_threshold
and merge_threshold
during rastervision predict
using pipeline
#1778
Unanswered
aerotractjack
asked this question in
Q&A
Replies: 1 comment
-
Sorry for the very late reply. Yes, you are right that there is no way to do this using the Another workaround is to modify your rastervision run inprocess "your_config_file.py" predict |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am using the RV pipeline for my object detection task and have encountered an issue. It is not a bug but maybe a feature to implement in the future.
You can view my config in this repo
Python 3.9
PopOS 22.04
When using a model with the pipeline, you have to set the prediction options,
merge_thresh
andscore_thresh
before training. Once training finishes and its time to predict, I can't find a way of modifying the pipeline to use a different value for myscore_thresh
. I am currently predicting via the CLI likerastervision predict ...
, but looked into thePredictor
class and didn't see anything that would allow me to do this there either. My only idea for now is to modify the pipeline config, but trying that once led to afile unreadable
error. Is this possible with my current setup?Beta Was this translation helpful? Give feedback.
All reactions