Skip to content

Commit

Permalink
Merge pull request #24 from hirotomusiker/feature/update_readme_and_r…
Browse files Browse the repository at this point in the history
…equirements

Modify readme and requirements
  • Loading branch information
hirotomusiker authored Dec 1, 2023
2 parents 9460622 + 0467253 commit 67a869b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The official implementation of [our paper](https://arxiv.org/abs/2305.08366) "CL

## What's New

- **Code for training is available !** (Dec. 1, 2023)
- **Our CLRerNet paper has been accepted to WACV2024 !** (Oct. 25, 2023)
- LaneIoU loss and cost are published. ([PR#17](https://github.com/hirotomusiker/CLRerNet/pull/17), Oct.22, 2023)

Expand Down Expand Up @@ -66,6 +67,9 @@ Filtering out redundant frames during training helps the model avoid overfitting
python tools/calculate_frame_diff.py [culane_root_path]
```

Also you can find the npz file [[here]](https://github.com/hirotomusiker/CLRerNet/releases/download/v0.2.0/train_diffs.npz).


## Train

Make sure that the frame difference npz file is prepared as `dataset/culane/list/train_diffs.npz`.<br>
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
wandb
tensorboard
albumentations==0.4.6
p_tqdm==1.3.3
pytest
pytest-cov
tensorboard
yapf==0.40.1

0 comments on commit 67a869b

Please sign in to comment.