Rhodey
Rhodey
I have the same issue. I think the model path should be `video2gif_code/build/lib/video2gif/model.py` I add `sys.path.append("../build/lib/video2gif/")` in `video2gif_code/video2gif/__init__.py`, but it doesn't work. Any ideas?
@YuhuiMa Do you have the code for this project? The link is dead now
> @BeyondHeaven Yes, but I haven't run the code. Please give me your e-mail, and then I will share the code with you. @YuhuiMa [email protected]. Thanks!
@RetrieverJo I have no code
> 这条报错就是告诉了你segmentor怎么用,按照上面的用法用就行了,不需要先创建实体,再load self.segmentor = Segmentor(model_path="./ltp_data/cws.model", lexicon_path= None, force_lexicon_path = None) 我试了这样也不行
Thanks for your comment! I have the same issue and find the solution from you.
How do you resolve it? Thanks