https://github.com/weiaicunzai/ssd-tensorflow
SSD: Single Shot MultiBox Detector TensorFlow implementation
https://github.com/weiaicunzai/ssd-tensorflow
ssd tensorflow vgg16
Last synced: 2 months ago
JSON representation
SSD: Single Shot MultiBox Detector TensorFlow implementation
- Host: GitHub
- URL: https://github.com/weiaicunzai/ssd-tensorflow
- Owner: weiaicunzai
- Created: 2016-12-10T14:07:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-29T07:58:01.000Z (almost 3 years ago)
- Last Synced: 2025-02-04T19:39:06.411Z (4 months ago)
- Topics: ssd, tensorflow, vgg16
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimCLR
This is a Pytorch version implemenation of [A Simple Framework for Contrastive Learning of Visual Representations](https://arxiv.org/abs/2002.05709), the purpose of this repo is for learning purpose only.
## Requirement
Pytorch 1.8.2Python 3.8.11