Pan
Pan
Do you solve this problems now? I also have the same problem in v3.Now i can't train my data,so i hope you can help me slove this probel,thanks.
> ``` > def test_pic(nets): > > global rec_t, image_size > > font = ImageFont.truetype("/usr/share/fonts/truetype/dejavu/DejaVuSansMono-Bold.ttf", 16) > font2 = ImageFont.truetype("/usr/share/fonts/truetype/dejavu/DejaVuSansMono-Bold.ttf", 18) > > impath = "images/demo.jpg" > im = cv2.imread(impath)...
I also make caffe successfully.but when i run python demo.py,i also have this problem "Traceback (most recent call last): File "demo.py", line 10, in import caffe ImportError: No module named...
this problem had been sloved.but i meet a new problem.when i run python demo.py, "Traceback (most recent call last): File "demo.py", line 10, in import caffe ImportError: No module named...
Thanks,i'll try the latest project. Now i have build target pycaffe successfully.But when i run the demo,no module named cmp_trie. Why? Where is the problem? Please help me . Thanks.