Fixed Type on MORE_DETAILED_CAPTION (#68)
This commit is contained in:
@@ -17,7 +17,7 @@ Define Some Hyperparam
|
|||||||
TASK_PROMPT = {
|
TASK_PROMPT = {
|
||||||
"caption": "<CAPTION>",
|
"caption": "<CAPTION>",
|
||||||
"detailed_caption": "<DETAILED_CAPTION>",
|
"detailed_caption": "<DETAILED_CAPTION>",
|
||||||
"more_detailed_caption": "<MORE_DETAILED_CAPTION",
|
"more_detailed_caption": "<MORE_DETAILED_CAPTION>",
|
||||||
"object_detection": "<OD>",
|
"object_detection": "<OD>",
|
||||||
"dense_region_caption": "<DENSE_REGION_CAPTION>",
|
"dense_region_caption": "<DENSE_REGION_CAPTION>",
|
||||||
"region_proposal": "<REGION_PROPOSAL>",
|
"region_proposal": "<REGION_PROPOSAL>",
|
||||||
@@ -195,4 +195,4 @@ if __name__ == "__main__":
|
|||||||
image_path=IMAGE_PATH
|
image_path=IMAGE_PATH
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
raise NotImplementedError(f"Pipeline: {args.pipeline} is not implemented at this time")
|
raise NotImplementedError(f"Pipeline: {args.pipeline} is not implemented at this time")
|
||||||
|
Reference in New Issue
Block a user