AlphaPose
AlphaPose copied to clipboard
cpu install on mac
I tried old version last year, it works with CUDA version. but when i wanna to tried it again on my mac but i always cant build sucessful. any guide for build on cpu on mac?
I have delete the "ext_modoule = get_ext_modoule()" line in setup.py and set "force_compile = True" still get the error as: ImportError: cannot import name 'deform_conv_cuda'
Hi, do you use models ended up with 'dcn' ?
@Fang-Haoshu act not.
''' python scripts/demo_inference.py --cfg configs/coco/resnet/256x192_res50_lr1e-3_1x.yaml --checkpoint pretrained_models/fast_res50_256x192.pth --indir examples/demo/ --gpus -1 '''
@juneleung you may comment or delete line2-7 in alphapose/models/init.py for these lines will use extension modules built by "ext_modoule = get_ext_modoule()", which you've deleted before