Skip to content

Commit

Permalink
Merge pull request #10 from qlzh727/master
Browse files Browse the repository at this point in the history
Remove the existing content from Keras CV project
  • Loading branch information
fchollet authored Oct 8, 2021
2 parents 418caaf + 7c6221a commit c83f94b
Show file tree
Hide file tree
Showing 23 changed files with 3 additions and 1,821 deletions.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
# keras-cv

## Losses
## Under Construction

* [FocalLoss](losses/focal_loss.py) implements Focal loss as described in
["Focal Loss for Dense Object Detection"](https://arxiv.org/abs/1708.02002).


## Ops

Ops are used in data pipeline for pre-compute labels, weights.

* [IOUSimilarity](ops/iou_similarity.py) implements Intersection-Over-Union.
[2021/10] We are repurposing this repository as the new home of computer vision related extensions for Keras project.
Will have more details available for end user in Q4 2021.
21 changes: 0 additions & 21 deletions contributing.md

This file was deleted.

20 changes: 0 additions & 20 deletions keras_cv/__init__.py

This file was deleted.

16 changes: 0 additions & 16 deletions keras_cv/layers/__init__.py

This file was deleted.

212 changes: 0 additions & 212 deletions keras_cv/layers/deeplab.py

This file was deleted.

53 changes: 0 additions & 53 deletions keras_cv/layers/deeplab_test.py

This file was deleted.

17 changes: 0 additions & 17 deletions keras_cv/losses/__init__.py

This file was deleted.

Loading

0 comments on commit c83f94b

Please sign in to comment.