110 skills found · Page 3 of 4
mjpizz / Node Virtualenvinstall and use Python dependencies in node with virtualenv
sansyrox / Vim Python VirtualenvA vim plugin which automatically manages the python virtual envs for you
jsnjack / InvenvA tool to automatically create and run your Python scripts in a virtual environment with installed dependencies
pghilardi / Atom Python VirtualenvPython virtualenv support for Atom
tryexceptpass / CapsulePython module for creating development environments as Docker containers, similar to virtualenv.
Stouts / Stouts.pythonAnsible role which manage python (pip, virtualenv)
benjaminirving / Python Debian Packaging ExampleSimple example of packaging a python app for debian using dh-virtualenv
cb614611757 / Kuka Pybullet For Pick And Place# Kuka_Pybullet for pick and place This script can be used for the research of robotic reinforcement learning. The script builds a simulation environment for robot manipulation about pick and place based on the pybullet simulation environment. Users can incorporate this environment into the reinforcement learning algorithm for online data collection and performance evaluation. ## Instructions The code was tested on Linux with Python3.6. Use of virtualenvs is recommended. To run: ``` pip install -r requirements.txt python main.py
leichenNUSJ / AAMandDCMThis project is to implement “Attention-Adaptive and Deformable Convolutional Modules for Dynamic Scene Deblurring(with ERCNN)” . To run this project you need to setup the environment, download the dataset, and then you can train and test the network models. ## Prerequiste The project is tested on Ubuntu 16.04, GPU Titan XP. Note that one GPU is required to run the code. Otherwise, you have to modify code a little bit for using CPU. If using CPU for training, it may too slow. So I recommend you using GPU strong enough and about 12G RAM. ## Dependencies Python 3.5 or 3.6 are recommended. ``` tqdm==4.19.9 numpy==1.17.3 torch==1.0.0 Pillow==6.1.0 torchvision==0.2.2 ``` ## Environment I recommend using ```virtualenv``` for making an environment. If you using ```virtualenv```, ## Dataset I use GOPRO dataset for training and testing. __Download links__: [GOPRO_Large](https://drive.google.com/file/d/1H0PIXvJH4c40pk7ou6nAwoxuR4Qh_Sa2/view?usp=sharing) | Statistics | Training | Test | Total | | ----------- | -------- | ---- | ----- | | sequences | 22 | 11 | 33 | | image pairs | 2103 | 1111 | 3214 | After downloading dataset successfully, you need to put images in right folders. By default, you should have images on dataset/train and dataset/valid folders. ## Demo ## Training Run the following command ``` python demo_train.py ('data_dir' is needed before running ) ``` For training other models, you should uncommend lines in scripts/train.sh file. I used ADAM optimizer with a mini-batch size 16 for training. The learning rate is 1e-4. Total training takes 600 epochs to converge. To prevent our network from overfitting, several data augmentation techniques are involved. In terms of geometric transformations, patches are randomly rotated by 90, 180, and 270 degrees. To take image degradations into account, saturation in HSV colorspace is multiplied by a random number within [0.8, 1.2].  ## Testing Run the following command ``` python demo_test.py ('data_dir' is needed before running ) ``` ## pretrained models if you need the pretrained models,please contact us by chenleinj@njust.edu.cn ## Acknowledge Our code is based on Deep Multi-scale Convolutional Neural Network for Dynamic Scene Deblurring [MSCNN](http://openaccess.thecvf.com/content_cvpr_2017/papers/Nah_Deep_Multi-Scale_Convolutional_CVPR_2017_paper.pdf), which is a nice work for dynamic scene deblurring .
AlejandroRivera / Maven EnvMaven Virtual Environment, like VirtualEnv is for Python
yahoo / InvirtualenvTool to deploy python virtualenvs
jsvine / Virtualenv RecipesRecipes for useful Python virtualenvs.
yt46767 / Answer Card我用python编写的opencv案例:答题卡识别判卷。项目还用了virtualenv隔离出纯净环境,在里面指定了我们要用的python版本,不影响系统python版本。
valentingol / Deep Learning InstallationThis tutorial provide a step-by-step pipeline to install an effective Python set-up optimized for deep learning for Ubuntu LTS, containing libraries to use efficiently the last versions of Tensorflow and Pytorch with the GPU and a comfortable environment of work with flexible and highly customizable IDE (VSCode) and environment manager (Virtualenv/VirtualenvWrapper).
jglasovic / Venv Lsp.nvimAutomatically handle Python virtualenvs for LSP
defnull / Venvvenv - python virtualenv shortcut
senko / PvpPvP - The Ultimate Python Virtualenv and Package Manager
h3 / Python DadPython-dad which stands for Django Automated Deployment is a lightweight Python package which harness the power of virtualenv, pip and fabric to fully automate the development setup and deployment of django projects.
rupa / PA couple of python/virtualenv utilities.
aperezdc / VirtualzVirtualfish-alike Python virtualenv wrapper for Zsh