ClearSight
Code for paper: Visual Signal Enhancement for Object Hallucination Mitigation in Multimodal Large language Models
File Explorer
Download Latest Version (.zip)- coco_pope_adversarial.json
- coco_pope_popular.json
- coco_pope_random.json
- 2024-12-16-10-19-08-image.png
- 2024-12-16-10-23-27-image.png
- 2024-12-18-15-57-55-image.png
- 2024-12-18-16-24-21-Figure_1.png
- Customize_Component.md
- Data.md
- Evaluation.md
- Finetune_Custom_Data.md
- LLaVA_Bench.md
- LLaVA_from_LLaMA2.md
- LoRA.md
- MODEL_ZOO.md
- ScienceQA.md
- Windows.md
- demo_cli.gif
- llava_example_cmp.png
- llava_logo.png
- llava_v1_5_radar.jpg
- alpaca.png
- bard.jpg
- chatgpt.svg
- llama.jpg
- swords_FILL0_wght300_GRAD0_opsz48.svg
- vicuna.jpeg
- index.html
- script.js
- styles.css
- eval_gpt_review.py
- eval_gpt_review_bench.py
- eval_gpt_review_visual.py
- eval_pope.py
- eval_science_qa.py
- eval_science_qa_gpt4.py
- eval_science_qa_gpt4_requery.py
- eval_textvqa.py
- generate_webpage_data_from_table.py
- m4c_evaluator.py
- model_qa.py
- model_vqa.py
- model_vqa_loader.py
- model_vqa_mmbench.py
- model_vqa_science.py
- qa_baseline_gpt35.py
- run_llava.py
- summarize_gpt_review.py
- adapt_tokenizer.py
- attention.py
- blocks.py
- configuration_mpt.py
- custom_embedding.py
- flash_attn_triton.py
- hf_prefixlm_converter.py
- meta_init_context.py
- modeling_mpt.py
- norm.py
- param_init_fns.py
- llava_llama.py
- llava_mpt.py
- builder.py
- clip_encoder.py
- builder.py
- __init__.py
- apply_delta.py
- builder.py
- consolidate.py
- llava_arch.py
- make_delta.py
- utils.py
- extreme_ironing.jpg
- waterview.jpg
- __init__.py
- cli.py
- controller.py
- gradio_web_server.py
- model_worker.py
- register_worker.py
- test_message.py
- llama_flash_attn_monkey_patch.py
- llava_trainer.py
- train.py
- train_mem.py
- __init__.py
- constants.py
- conversation.py
- mm_utils.py
- utils.py
- 000_caps.txt
- 000_conv.txt
- 001_caps.txt
- 001_conv.txt
- 002_caps.txt
- 002_conv.txt
- system_message.txt
- 000_caps.txt
- 000_conv.txt
- 001_caps.txt
- 001_conv.txt
- system_message.txt
- 000_caps.txt
- 000_conv.txt
- 001_caps.txt
- 001_conv.txt
- 002_caps.txt
- 002_conv.txt
- system_message.txt
- gqa.sh
- llavabench.sh
- mmbench.sh
- mmbench_cn.sh
- mme.sh
- mmvet.sh
- pope.sh
- seed.sh
- sqa.sh
- textvqa.sh
- vizwiz.sh
- vqav2.sh
- finetune.sh
- finetune_lora.sh
- finetune_task.sh
- finetune_task_lora.sh
- pretrain.sh
- convert_gqa_for_eval.py
- convert_mmbench_for_submission.py
- convert_mmvet_for_eval.py
- convert_seed_for_submission.py
- convert_sqa_to_llava.py
- convert_sqa_to_llava_base_prompt.py
- convert_vizwiz_for_submission.py
- convert_vqav2_for_submission.py
- extract_mm_projector.py
- finetune.sh
- finetune_full_schedule.sh
- finetune_lora.sh
- finetune_qlora.sh
- finetune_sqa.sh
- merge_lora_weights.py
- pretrain.sh
- sqa_eval_batch.sh
- sqa_eval_gather.sh
- .gitignore
- LICENSE
- pyproject.toml
- README.md
- attn_allocs.png
- res_coco_random.pt
- vis_flows.png
- res_coco_random.jsonl
- AttnAdapter.cpython-310.pyc
- analysis_plot.py
- AttnAdapter.py
- vis_flow.py
- vis_flow.sh
- AttnAdapter.cpython-310.pyc
- AttnAdapter.py
- eval_pope.py
- eval_pope.sh
- infer_pope.py
- infer_pope.sh
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/ustc-hyin/ClearSight
Downloads the entire project code from GitHub to your computer.
cd ClearSight
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -e .
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
