[ICML 2024] Official implementation for "Predictive Dynamic Fusion."
File Explorer
Download Latest Version (.zip)- dev.jsonl
- test.jsonl
- test_hard_gt.jsonl
- train.jsonl
- dev.jsonl
- labelResultAll.txt
- test.jsonl
- train.jsonl
- val.jsonl
- batch_eval_bert.sh
- batch_eval_bow.sh
- batch_eval_concatbert.sh
- batch_eval_concatbow.sh
- batch_eval_img.sh
- batch_eval_latefusion.sh
- batch_eval_latefusion_pdf.sh
- batch_eval_mmbt.sh
- batch_train_bert.sh
- batch_train_bow.sh
- batch_train_concatbert.sh
- batch_train_concatbow.sh
- batch_train_img.sh
- batch_train_latefusion.sh
- batch_train_latefusion_pdf.sh
- batch_train_mmbt.sh
- __init__.cpython-310.pyc
- __init__.cpython-37.pyc
- __init__.cpython-310.pyc
- __init__.cpython-37.pyc
- dataset.cpython-310.pyc
- dataset.cpython-37.pyc
- helpers.cpython-310.pyc
- helpers.cpython-37.pyc
- vocab.cpython-310.pyc
- vocab.cpython-37.pyc
- __init__.py
- dataset.py
- helpers.py
- vocab.py
- __init__.cpython-310.pyc
- __init__.cpython-37.pyc
- bert.cpython-310.pyc
- bert.cpython-37.pyc
- bow.cpython-310.pyc
- bow.cpython-37.pyc
- concat_bert.cpython-310.pyc
- concat_bert.cpython-37.pyc
- concat_bow.cpython-310.pyc
- concat_bow.cpython-37.pyc
- image.cpython-310.pyc
- image.cpython-37.pyc
- late_fusion.cpython-310.pyc
- latefusion_pdf.cpython-310.pyc
- latefusion_pdf.cpython-37.pyc
- mmbt.cpython-310.pyc
- mmbt.cpython-37.pyc
- tmc.cpython-310.pyc
- tmc.cpython-37.pyc
- __init__.py
- bert.py
- bow.py
- concat_bert.py
- concat_bow.py
- image.py
- latefusion_pdf.py
- mmbt.py
- __init__.cpython-310.pyc
- __init__.cpython-37.pyc
- logger.cpython-310.pyc
- logger.cpython-37.pyc
- utils.cpython-310.pyc
- utils.cpython-37.pyc
- __init__.py
- logger.py
- utils.py
- __init__.py
- frame.png
- LICENSE
- README.md
- requirements.txt
- test_pdf.py
- train_pdf.py
# Installation Guide
1. Get the code
git clone https://github.com/Yinan-Xia/PDF
Downloads the entire project code from GitHub to your computer.
cd PDF
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
