jackytu256
jackytu256
Hi jeasnsely, I think that, from my perspective, no one gets a good result of training mask-rcnn model at the moment
Hi civilman, I just tried to copy demo file to the root of TFFRCNN and then python it to get the result of demo.
I occur the "envs/sadtalker/lib/python3.10/site-packages/pycrfsuite/_pycrfsuite.cpython-310-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64'))" issue and fixed by using this command "arch -arm64 python3 -m pip install python-crfsuite"