-
Implementation of the following CNN Architectures:
- [x] LeNet5
- [x] AlexNet
- [x] ~~VGG~~
- [x] ResNets
- [ ] Inception
- [ ] FCN
- [ ] UNet
Should be pushed into dl folder w…
-
https://github.com/davidsandberg/facenet/wiki/Classifier-training-of-inception-resnet-v1
여기에 제공된 python 스크립트로 face alignment 진행.
lfw_facenet 데이터셋을 만들 예정
-
when I am training , the cup occupied memory at 93% even more.
the model I used is faster rcnn inception resnet v2
and the size of TF_record is 117G. I was wondering that if it was due to the data …
ghost updated
6 years ago
-
Inception and Resnet are both fine, but when I tried to use vgg_16/19, I came up with some strange error "Invalid argument: Assign requires shapes of both tensors to match", and print_network_summary(…
-
### Context
GPU plugin utilizes cache files when loading models. When the cache is full, loading another model fails with:
```bash
~/pgladkow/openvino_repro/build$ ./test_ov
terminate called a…
-
Where can we get the inception model?
```
network = importlib.import_module('models.inception_resnet_v1', 'inference')
File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
…
-
Are there any inference code for Inception resnet v2 object detection model ?just input the model and a picture and get a picture with boxes and classes,thank you !
-
After my training(only vehicle ang background), the mAP was just only 0.773. When i training the dataset, the params unchanged, except the categories(set 1) and used the pretrained model(inception_res…
-
At test_configs/I3D_RGB/i3d_kinetics400_3d_rgb_inception_v1_seg1_f64s1.py, I find out the mean and std is
` img_norm_cfg = dict(
mean=[123.675, 116.28, 103.53], std=[58.395, 57.12, 57.375], t…
-
1. Is it possible to replace caffe (the slowest in the Python platform) with PyTorch (fastest overall) or MXNet (can beat PyTorch in parallel GPUs)
2. Is it possible to replace VGG7 with Inception or…