-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
59 changed files
with
19,317 additions
and
548 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Talk2BEV Click2Chat Interface | ||
|
||
Code for: | ||
|
||
1. Click2Chat interface | ||
|
||
2. JSON generation | ||
|
||
## Installation | ||
Please run the following commands | ||
### Setup Talk2BEV | ||
|
||
``` | ||
git clone https://github.com/llm-bev/talk2bev | ||
``` | ||
|
||
## Usage (for Click2Chat Interface) | ||
If using LLaVa | ||
``` | ||
python click2chat/click2chat_llava.py --sam-checkpoint <path-to-sam-checkpoint> --conv-mode <conversion mode, default is llava v1> --model-path <path-llava-model> --gpu-id <gpu num> | ||
``` | ||
|
||
If using MiniGPT-4 | ||
``` | ||
python click2chat/click2chat_minigpt4.py --sam-checkpoint <path-to-sam-checkpoint> --conv-mode <conversion mode, default is llava v1> --model-path <path-llava-model> --gpu-id <gpu num> | ||
``` |
File renamed without changes.
File renamed without changes.
Oops, something went wrong.