becauseofAI

Results 24 comments of becauseofAI

> https://drive.google.com/file/d/1RAQFT9umi6kTehFRiISu0g9xKI3PScbc/view?usp=sharing Unable to preview. The file is located in the recycle bin.

@hufangjian @Amore-HDU I had tested the converted result, which working rightly.

@yll1 @ChenYingpeng We have fixed the bug with [PR](https://github.com/ChenYingpeng/darknet2caffe/pull/16).

@jiagh2010 Which task do you want to run? Maybe you can reference the example of [mobileface_allinone.py](https://github.com/becauseofAI/MobileFace/blob/master/example/mobileface_allinone.py)

@smilence86 You can use this [code](https://github.com/becauseofAI/MobileFace/blob/master/example/get_face_tracking_v1.py#L78-L81) to transform the image format from opencv Mat to mxnet NDArray.

@smilence86 Have you build the MXNet with USE_OPENCV=1? Maybe you can use anaconda3 to install mxnet and opencv-python to test the code firstly.

Can you check the problem to import mxnet and dlib through python command line firstly?

Strangely! If you haven't fixed it yet, I think the easiest way is to reinstall Anaconda3, MXNet and Dlib in an official manner. You can reference my [README](https://github.com/becauseofAI/MobileFace/blob/master/README.md) to install...

@kaishijeng I'm not sure clearly where are used the operators of "infer_range" and "_arange" in my detection v1 model now. In fact, the detection v1 model is trained based on...

@kaishijeng **yolo3_mobilenet1_0_voc** download url is: ```https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/models/yolo3_mobilenet1.0_voc-3b47835a.zip``` It's an official bug. I have opened an [issue](https://github.com/dmlc/gluon-cv/issues/709#issue-426427060) to fix it.