xvdp

Results 35 issues of xvdp

There is a typo on the running instructions on Windows in https://hub.docker.com/r/dromni/nerfstudio#! The notes mention that on windows the following syntax needs to be applied. Please use -v 'C:\folder1\folder2\:/workspace/' Single...

It appears that numba has been updated since this project was uploaded. If one looks in the numba setup file. https://github.com/numba/numba/blob/main/setup.py ```python min_numpy_build_version = "1.11" min_numpy_run_version = "1.21" ``` ```python...

To get 16 bit pngs in cv2 to read properly requires IMREAD_UNCHCHANGED - in opencv-python 4.7 `img = cv2.imread(img, cv2.IMREAD_UNCHANGED)` changed in https://github.com/xvdp/facexlib commit 3e90175f7955e637ec79607edb50266766c2c5b4

I use qimgv to view folders with hundreds of images. Id like to be able to preprocess thumbnails for selected folders offline. For my use case itd be great to...

I didnt see this depot until I looked into reading .rm files, When remarkable software version hit 3.5 they removed the ability to upload files with the ip interface, instead...

```python ... model, preprocess = clip.load('RN50x64') /home/z/mambaforge/envs/abj/lib/python3.9/site-packages/clip/clip.py:57: UserWarning: /home/z/.cache/clip/RN50x64.pt exists, but the SHA256 checksum does not match; re-downloading the file warnings.warn(f"{download_target} exists, but the SHA256 checksum does not match; re-downloading...

I have an svg file with attributes width="1929" height="2572" which I created as a bytestring or as a file `cairosvg.svg2pdf(svgstr, write_to="svg_0.pdf")` svg_0.pdf comes out with 'width': 1446.75, 'height': 1929 I...

updated so all projects can use latest librosa. https://github.com/NVIDIA/DeepLearningExamples/issues/1369 modified: CUDA-Optimized/FastSpeech/fastspeech/dataset/ljspeech_dataset.py modified: CUDA-Optimized/FastSpeech/generate.py modified: CUDA-Optimized/FastSpeech/tacotron2/audio_processing.py modified: CUDA-Optimized/FastSpeech/tacotron2/layers.py modified: Kaldi/SpeechRecognition/notebooks/Kaldi_TRTIS_inference_offline_demo.ipynb modified: Kaldi/SpeechRecognition/notebooks/Kaldi_TRTIS_inference_online_demo.ipynb modified: PyTorch/SpeechRecognition/Jasper/requirements.txt modified: PyTorch/SpeechRecognition/QuartzNet/requirements.txt modified: PyTorch/SpeechRecognition/wav2vec2/requirements.txt modified: PyTorch/SpeechSynthesis/FastPitch/hifigan/data_function.py modified:...

PyTorch/SpeechSynthesis/All and CUDA-Optimized/FastSpeech librosa is used through all audio projects although only a few functions. requirements files refer to different versions. But not all syntax is coherent with the versions...

bug

On current pip, --install-option has been deprecated, causing failure https://github.com/pypa/pip/pull/11858 It looks like pip is waging a deprecation war against setup tools so to maintain this repo looks like the...