joaquin-aliaga
joaquin-aliaga
@szha Hi, I've installed the latest mxnet_cu11 ("mxnet_cu110-2.0.0b20201214-py3-none-manylinux2014_x86_64.whl") and the following error has happened: AttributeError: module 'mxnet' has no attribute 'mod' Working with: Python 3.7.8 Debian 10 GPU: NVIDIA Tesla...
@szha I've created a new Google Cloud Platform instance (so no mxnet library was installed), then installed mxnet_cu110-2.0.0b20201218-py3-none-manylinux2014_x86_64.whl and the same error has happened. module 'mxnet' has no attribute 'mod'...
@Joaquin-aliaga I've already find a solution for not using mtccn twice and post here if anyone faces the same issue. Since mtcnn.detect() returns bounding boxes and probs, just use: ```...