Amir Hossein Karami

Results 32 issues of Amir Hossein Karami

Dear @miraclewkf, As I have investigated your nice training code, I have understand that the CNN model will be _fine-tuned_ on the target multi-label data set. Would you please guide...

Dear @miraclewkf, When I run the `sh run_train.sh` the following error has occurred: ```File "train_multilabel.py", line 159, in train_model(model=args.model, gpus=args.gpus, epoch=args.epoch, num_epoch=args.num_epoch, kv=kv, num_class=args.num_classes) File "train_multilabel.py", line 67, in train_model...

Dear @miraclewkf, Thank you very much for your nice code. I am new in MXNet. Would you please kindly upload a simple _multilabel_train.lst_ file as a toy example? (or explain...

Dear @mratsim, Thank you for your nice code. Have you ever try `SmoothF2Loss` (in `p2_metrics.py`) in training? Does this loss function yields appropriate results? Just as another question, can we...

RFC

Thanks for your repo. Would you please add try-on demo code (in [demo section](https://github.com/open-mmlab/mmfashion/tree/master/demo))? Best

Hi, Do you have any plan for adding other new State-of-the-art _Detection Models_ (_i.e.,_ [RefineDet](https://github.com/sfzhang15/RefineDet) & [S3FD](https://github.com/sfzhang15/SFD) & [RFBNet](https://github.com/lzx1413/PytorchSSD))?

enhancement

Dear @longcw, The [new version of YOLO](https://pjreddie.com/media/files/papers/YOLOv3.pdf) has been released (_i.e.,_ [YOLOv3](https://pjreddie.com/darknet/yolo/)). Can I use YOLOv3 cfg/weights with your code correctly?

Dear @bertinetto, @jvlmdr & @PeterHuang2015 Thank you for your fantastic work. I want to change the Base CNN model of your code via another one (_e.g.,_ **ResNet50**). Do you have...

Dear @bilylee, Thank you for your fantastic work. I want to change the Base CNN model of your code via another one (_e.g.,_ **ResNet50**). Do you have any idea that...

Dear @bendidi, Do you have any plan to add **YOLO v3** to this project?