-
Add the following Keras applications backbones:
* `MobileNetV2`
* `NASNetMobile`
* `DenseNet121`
* `DenseNet169`
* `DenseNet201`
* `Xception`
* `InceptionV3`
* `ResNetXt50`
-
Hi,
Thanks for the great tool! I wonder if there is/could be any option to encode only the backbone atoms, thereby significantly reducing the memory requirement for applications where these are suf…
-
When i use the command:
```
python seg/train.py seg/configs/vim/upernet/upernet_vim_tiny_24_512_slide_60k_debug.py
```
it show result:
```
python seg/train.py seg/configs/vim/upernet/upernet_…
-
I am trying to change my backend from ResNet50 to DeseNet121.
I could change the beckend without problems doing :
```
backbone=tf.keras.applications.densenet.DenseNet121( include_top=False, inpu…
-
## Building Isomorphic Web Applications with Rendr
Single Page Applications provide a good user experience but also lack from: poor SEO and loading syndrome, some studies refer that 100ms reducing in…
-
**Short Description**
Zero-shot object detection model.
![image](https://github.com/keras-team/keras-cv/assets/17668390/d3ae4063-9390-4d2c-ba0c-9172f2e75757)
**Papers**
https://arxiv.org…
innat updated
9 months ago
-
**Describe the bug**
When using the `dnConstrainedTopology` distribution with nonclock trees (i.e., when the `treeDistribution` argument if of type `Distribution__BranchLengthTree`), a backbone const…
-
Something that's been missing in all UI frontends for MacOS has been the option between local and cloud applications.
My idea was to implement a feature that would add a drop down menu to let you c…
-
**Short Description**
A fresh issue to discuss the implementation of the [Fully Convolutional Network for Semantic Segmentation](https://arxiv.org/abs/1411.4038) paper
Last discussed here in #1099
…
-
```
Traceback (most recent call last):
File "test.py", line 77, in
app.run(main)
File "/usr/local/lib/python3.7/dist-packages/absl/app.py", line 303, in run
_run_main(main, args)
…