Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ We provide a simple inference script to test the model. In this script, we use G
CUDA_VISIBLE_DEVICES=0 python demo/inference_single_image.py \
--image_path demo/example_images/demo_helmet.png \
--cate_name helmet \
--ref_exp the forth helmet from left \
--ref_exp "the forth helmet from left" \
--vis_path vis/example_output.jpg
```

Expand Down Expand Up @@ -264,4 +264,4 @@ Rex-Thinker is licensed under the [IDEA License 1.0](LICENSE), Copyright (c) IDE
primaryClass={cs.CV},
url={https://arxiv.org/abs/2506.04034},
}
```
```
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ wandb
tensorboard
gradio==4.44.1
pydantic==2.10.6
tabulate
tabulate
opencv-python==4.10.0.82