Results 27 comments of ma7555

it indeed takes a lot of time to convert from mel_spectogram to audio, if someone gets across a faster way instead of librosa built in please share. For a 1...

``` import os os.environ['PYTHONPATH'] += ':/content/second.pytorch' ```

@jackd Trying with the below code still throws SSL error ``` from tensorflow_graphics.datasets.modelnet40 import ModelNet40 import tensorflow_datasets as tfds dl_config = tfds.download.DownloadConfig() dl_config.verify_ssl = False dataset = ModelNet40() dataset.download_and_prepare(download_config=dl_config) ```...

Fixed in https://github.com/rcmalli/keras-vggface/pull/80 Not sure if the dev abandoned the repo though

All was extremely slow, this wallet had many txs and I had to delete the wallet and use a brand new one

can someone advise on upgrading the code from flax.nn to flax.linen?

Hello @MattyB95, The pull request totally replaces the width and height with xmax and ymax points so the box in returned as 4 points, not 2 points + width +...

Also running this produces boxes not in the actual image coordinates ``` cfg_file = "Open3D-ML/ml3d/configs/pointpillars_kitti.yml" Dataset = _ml3d.utils.get_module("dataset", cfg.dataset.name) cfg.dataset['dataset_path'] = "KITTI" dataset = Dataset(cfg.dataset.pop('dataset_path', None), **cfg.dataset) train = dataset.get_split('training')...