-
Greetings!
## 🚀 Features
- Deep Mask heads Above R-CNN (**Deep MARC**)
- Hourglass
- SpineNet backbone
A significant improvement to Mask R-CNN recently by bringing insights from G…
-
I tried to export some of the pretrained detection models as a saved_model.
Therefore I am using the official docker image tensorflow/tensorflow:1.15.2-gpu-py3.
Every single export fails with the …
-
following error occured while running 'python runall.py'.
Traceback (most recent call last):
File "runall.py", line 64, in
runAll()
File "runall.py", line 26, in runAll
model_names…
-
## 一言でいうと
物体検出では解像度が徐々に減っていくEncoder(CNN)で特徴を作成し、Decoderで組み合わせるのが一般的だった(UNet等)。この組み合わせを構造探索で最適化し、同じ接続をEncoder側にも適用することで(解像度順序が自由)、Encoder/Decoderという2部構成自体を不要にした研究。
![image](https://user-images.gi…
-
Hello, I use the following command
```
EXPORT_DIR="./Savedmodel"
CHECKPOINT_PATH="/path/to/49S/model.ckpt" #Ckpt is download from Model zoo
CONFIG_FILE="/path/to/configs/spinenet/spinenet49S…
-
when train the model size is correct, while inference got error:
```
/spinenet.py", line 157, in forward
target_feat = parent0_feat + parent1_feat
RuntimeError: The size of tensor a (14) mus…
-
Hi, I am currently testing `SpinenetV2` on the [spinegeneric dataset](https://github.com/spine-generic/data-multi-subject) and I am experiencing labeling issues and missed detections for T2w images, a…
-
1. May 2019
- [x] OverFeat
- [x] YOLO
- [ ] YOLOv2
- [ ] YOLOv3
2. June 2019
- [ ] Neural Style Transfer
- [ ] FaceNet
- [ ] DeepFace
- [ ] RCNN
- [ ] Fast RCNN
- [ ] …
kyscg updated
4 years ago
-
Hi, first of all great work with the new SpineNet 143 model with amazing accuracy. I am facing error while running the fashionpedia project of tensorflow/tpu on colab. [This ](https://github.com/giree…
-
hi @lucifer443 ,due to lack of enough resources i have used pretrained models to finetune(transfer learning) for [global wheat detection task](http://www.global-wheat.com/), and it would be very usefu…