1 Star 5 Fork 1

cubone/learnopencv

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
AgeGender
AlphaBlending
AugmentedRealityWithArucoMarkers
Autoencoder-in-TensorFlow
Background-Subtraction
Bag-Of-Tricks-For-Image-Classification
BatchNormalization
BlobDetector
CI
CameraCalibration
CenterofBlob
CharClassification
Classification-with-localization-convert-any-keras-classi...
ColorSpaces
Colorization
Colormap
Contour-Detection-using-OpenCV
ConvexHull
Creating-a-Virtual-Pen-and-Eraser
DNN-OpenCV-Classification-Android
DNN-OpenCV-Classification-with-Java
Deep-Learning-with-OpenCV-DNN-Module
Delaunay
DenoisingAutoencoder
Depth-Perception-Using-Stereo-Camera
Efficient-image-loading
EfficientNet
EigenFace
EpipolarGeometryAndStereoVision
ExposureFusion
FBAMatting
FPS
Face-Recognition-with-ArcFace
FaceAverage
FaceDetectionComparison
FaceMaskOverlay
FaceMorph
FaceSwap
FacialAttractiveness
FacialLandmarkDetection
Federated-Learning-Intro
FunnyMirrors
GOTURN
Getting-Started-OpenCV-CUDA-Module
Graph-Convolutional-Networks-Model-Relations-In-Data
HandPose
Hangman
HeadPose
Holes
Homography
Hough-Transform
HuMoments
Image-Classification-in-PyTorch
Image-Inpainting
Image-classification-pre-trained-models
ImageAlignment-FeatureBased
ImageAlignment
ImageMetrics
Improving-Illumination-in-Night-Time-Images
Inference-for-PyTorch-Models/ONNX-Caffe2
Install-OpenCV-Windows-exe
InstallScripts
Intro-to-Generative-Adversarial-Network
InvisibilityCloak
Keras-Fine-Tuning
Keras-ImageNet-Models
Keras-Transfer-Learning
KerasCNN-CIFAR
KerasMLP-MNIST
MRNet-Single-Model
MRnet-MultiTask-Approach
Mask-RCNN
MultiObjectTracker
Non-Maximum-Suppression
NonPhotorealisticRendering
OCR
ObjectDetection-YOLO
OpenCV-dnn-gpu-support-Linux
OpenCV-dnn-gpu-support-Windows
OpenPose-Multi-Person
OpenPose
OpenVINO-OpenCV
Optical-Flow-Estimation-using-Deep-Learning-RAFT
Optical-Flow-in-OpenCV
Photoshop-Filters-in-OpenCV
Playing-Chrome-TRex-Game-with-Facial-Gestures
Playing-rock-paper-scissors-with-AI
PyTorch-Fully-Convolutional-Image-Classification
PyTorch-Keypoint-RCNN
PyTorch-Mask-RCNN
PyTorch-Multi-Label-Image-Classification-Image-Tagging
PyTorch-Multi-Label-Image-Classification
PyTorch-ONNX-TensorRT-CPP
PyTorch-ONNX-TensorRT
PyTorch-Receptive-Field-With-Backprop
PyTorch-Segmentation-torchvision
PyTorch-Vision-Experiment-Logging
PyTorch-faster-RCNN
PyTorch-for-Beginners
PyTorch-to-CoreML-model-conversion
PyTorch-to-TensorFlow-Model-Conversion
Pytorch-Lightning
Pytorch-Net-Surgery
QRCode-OpenCV
Quora-Dataset-Duplicate-Search
ReconstructFaceUsingEigenFaces
RedEyeRemover
RotationMatrixToEulerAngles
SVM-using-Python
SeamlessCloning
SelectiveSearch
SnakeGame
Super-Resolution-in-OpenCV
TSNE
TensorBoard-With-Pytorch-Lightning
TensorFlow-Fully-Convolutional-Image-Classification
TensorFlow-Receptive-Field-With-Backprop
Tetris
TextDetectionEAST
Threshold
Training_a_custom_hand_detector_with_dlib
UI-cvui
UnderstandingLensDistortion
Universal-Sentence-Encoder
Variational-Autoencoder-TensorFlow
.ipynb_checkpoints
VAE_Cartoon_TensorFlow.ipynb
VAE_FashionMnist_TensorFlow.ipynb
readme.md
requirements.txt
VideoBackgroundEstimation
VideoReadWriteDisplay
VideoStabilization
WarpTriangle
XeusCling
YOLOv3-Training-Snowman-Detector
app-seperation-semseg
barcode-QRcodeScanner
digits-classification
docs
downloadOpenImages
forEach
hdr
heatmap
imread
keras-linear-regression
ninjaEyeDetector
otsu-method
pymodule
qt-test
stereo-camera
tracking
video-classification-and-human-activity-recognition
.gitignore
README.md
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
readme.md 1.61 KB
一键复制 编辑 原始数据 按行查看 历史
Vikas Gupta 提交于 4年前 . Update readme.md

Variational Autoencoder in TensorFlow

This folder contains the code and instructions accompanying the blog post Variational Autoencoder in Tensorflow

Package Dependencies

This repository trains the Variational Autoencoder in Tensorflow framework on Fashion-MNIST and Cartoon dataset. The cartoon dataset can be download from here.

The code is tested with:

  • Cuda-11.1
  • Cudnn-8.0

The Tensorflow notebook requires numpy, tf-nightly-gpu, opencv, sklearn. To get the versions of these packages you need for the program, use pip: (Make sure pip is upgraded: python3 -m pip install -U pip)

pip3 install -r requirements.txt 

Add Virtualenv as Python Kernel in Jupyterlab

  • Activate the virtualenv
$ source your-venv/bin/activate
  • Add the virtualenv as a jupyter kernel
(your-venv)$ ipython kernel install --name "local-venv" --user

Replace local-venv with your virtualenv name.

AI Courses by OpenCV

Want to become an expert in AI? AI Courses by OpenCV is a great place to start.

img

Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cubone/learnopencv.git
git@gitee.com:cubone/learnopencv.git
cubone
learnopencv
learnopencv
master

搜索帮助