pytorch_coma
pytorch_coma copied to clipboard
Hello, due to the lack of this part, I can't train this model, can you provide the information of self.weight? thinks. https://github.com/pixelite1201/pytorch_coma/blob/master/layers.py#L34-L46
Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.12.5 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
After training, I noticed that all latent codes are not less than 0, which might be caused by F.relu at the end encoder. I think it's not neccessary and harmful...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.0 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@wiredfool]...
Bumps [joblib](https://github.com/joblib/joblib) from 1.0.1 to 1.2.0. Changelog Sourced from joblib's changelog. Release 1.2.0 Fix a security issue where eval(pre_dispatch) could potentially run arbitrary code. Now only basic numerics are supported....
Bumps [numpy](https://github.com/numpy/numpy) from 1.17.3 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Thank you very much for your project. I'm trying to use your multi-view face dataset for our research. Would you please provide intrinsic/extrinsic calibration parameters from multi-view cameras?
data.py, Line91-99 The inherited attribute is 'pre_transform', while during \_\_init__ another 'pre_tranform'(tranform v.s. tran**S**form) is initialized. Here only the mean and std of 'pre_tranform'(no S) is initialized, but later used...
Bumps [opencv-python](https://github.com/skvark/opencv-python) from 4.1.1.26 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...
Hello, first of all thanks for this very good work. Then I have a question to ask you, is it necessary to have a lot of test data for CoMA?Can...