SSD-Tensorflow icon indicating copy to clipboard operation
SSD-Tensorflow copied to clipboard

Single Shot MultiBox Detector in TensorFlow

Results 100 SSD-Tensorflow issues
Sort by recently updated
recently updated
newest added

Hi, I would like use this to detect objects for autonomous cars. I have collected my own images. I can also label my images by drawing the boundingbox of cars,...

Hi, I'm currently working with low resolution images (around 30x90) which have associated high-level (image level) categorical data (integer IDs) in addition to the individual lower-level bounding boxes and labels....

将ssd_notebook.ipynb中的代码复制到.py中。运行出现如下错误: ![image](https://user-images.githubusercontent.com/45227620/70972272-f516e100-20dd-11ea-967f-3cfcc53c4143.png)

I have learned a lot to how transfer .ckpt to .pb, but it needs the input_tensor_name and output_node_names , in this project I can't find them, so how can I...

No errors come up during installation or running convert data. But: EVAL_DIR=./logs/ CHECKPOINT_PATH=./checkpoints/VGG_VOC0712_SSD_300x300_ft_iter_120000.ckpt python3.6 eval_ssd_network.py \ --eval_dir=${EVAL_DIR} \ --dataset_dir=${DATASET_DIR} \ --dataset_name=pascalvoc_2007 \ --dataset_split_name=test \ --model_name=ssd_300_vgg \ --checkpoint_path=${CHECKPOINT_PATH} \ --batch_size=1 gets:...

I want to test model with opencv webcam,but I can not find one example in the project

>1、what should be put in "./VOC2007/test/"? >2、I have downloaded the model and extracted it,the name is "VGG_VOC0712_SSD_512x512_ft_iter_120000.ckpt.data-00000-of-00001",show I rename it to "VGG_VOC0712_SSD_512x512_ft_iter_120000.ckpt"? >3、If I want to train my own data,what...

from __future__ import print_function from hyperparams import Hyperparams as hp import numpy as np from data_load import load_data import tensorflow as tf from train import Graph from utils import load_spectrograms...

hello , thanks for your codes , i have a question is that how i can get the loss per step in train and how i can get the map...