Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.
/ brainhack-24 Public archive
generated from TIL-24/til-24-base

Releases: qitianshi/brainhack-24

VLM models for Finals

13 Jun 06:36
Compare
Choose a tag to compare
VLM models for Finals Pre-release
Pre-release

Accuracy: 0.92500000
Speed: 0.791856667962963
Tree:

.
├── VLMManager.py
├── api_service.py
├── clip_ft_final.pt
└── highdegree60.pt

Maxed out autonomy turret speed

13 Jun 06:41
Compare
Choose a tag to compare
Pre-release
autonomy-v1.0.2

Max out turret rotation speed

Autonomy with faster turret rotation speed

11 Jun 16:54
Compare
Choose a tag to compare
autonomy-v1.0.1

Autonomy with faster turret rotation speed

Fix VLM after testing session

09 Jun 08:35
Compare
Choose a tag to compare
Pre-release

(Stats from vlm-v2.1 334a197)
Accuracy: 0.91400000
Speed: 0.7849992909259259

Tree:

.
├── Dockerfile
├── README.md
├── example.jpg
├── requirements.txt
├── results
└── src
    ├── VLMManager.py
    ├── api_service.py
    ├── augmentedbestv2.pt
    └── clip_ft_2.pt

Fix ASR after testing session

09 Jun 08:32
Compare
Choose a tag to compare
Pre-release

(Stats from asr-v1.2.2 11bfd9a)
Accuracy: 0.9996609403254972
Speed: 0.8045008579629629

Tree:

asr
├── Dockerfile
├── README.md
├── correction_model
│   ├── config.json
│   ├── generation_config.json
│   ├── model.safetensors
│   └── training_args.bin
├── model
│   ├── added_tokens.json
│   ├── config.json
│   ├── merges.txt
│   ├── normalizer.json
│   ├── preprocessor_config.json
│   ├── pytorch_model.bin
│   ├── special_tokens_map.json
│   ├── tokenizer_config.json
│   └── vocab.json
├── requirements.txt
├── src
│   ├── ASRManager.py
│   ├── api_service.py
│   └── correction.py
└── tokenizer
    ├── merges.txt
    ├── special_tokens_map.json
    ├── tokenizer.json
    ├── tokenizer_config.json
    └── vocab.json

4 directories, 24 files

Get assets:

(rm -rf model correction_model tokenizer) && ((gh release download asr-v1.2.3 --pattern model.zip && unzip model.zip && rm model.zip) & (gh release download asr-v1.2.3 --pattern correction_model.zip && unzip correction_model.zip && rm correction_model.zip) & (gh release download asr-v1.2.3 --pattern tokenizer.zip && unzip tokenizer.zip && rm tokenizer.zip))

Improve VLM with better training augmentation

05 Jun 02:57
Compare
Choose a tag to compare

Accuracy: 0.91400000
Speed: 0.7849992909259259
Tree:

.
├── Dockerfile
├── README.md
├── example.jpg
├── requirements.txt
├── results
└── src
    ├── VLMManager.py
    ├── api_service.py
    ├── augmentedbestv2.pt
    └── clip_ft_2.pt

Main program from base

03 Jun 00:33
3619e57
Compare
Choose a tag to compare
Pre-release
main-v0.0

Main program from base

Autonomy with completed send_heading

03 Jun 00:34
Compare
Choose a tag to compare
Pre-release
autonomy-v1.0

Autonomy with completed send_heading

Change VLM to use better training dataset

02 Jun 23:15
Compare
Choose a tag to compare

Accuracy: 0.911
Speed: 0.7503025994444444
Tree:

.
├── Dockerfile
├── README.md
├── example.jpg
├── requirements.txt
├── results
└── src
    ├── 800allbest.pt
    ├── VLMManager.py
    ├── api_service.py
    └── clip_ft_2.pt

Improved VLM using OWLv2 and Clip

02 Jun 21:40
Compare
Choose a tag to compare
Pre-release

Accuracy: 0.598
Speed: 0.781718495
Tree:

.
├── Dockerfile
├── README.md
├── example.jpg
├── requirements.txt
├── results
└── src
    ├── VLMManager.py
    ├── api_service.py
    ├── clip_ft_2.pt
    └── yoloworldbest2.pt