Gromit Park
Gromit Park
Hi, mariolew@ I've make the training txt file, like this ------------------------------------------------------------ /home/vcamp1/Pictures/eyes/1.jpeg 2 177 2 177 67 101 10 10 /home/vcamp1/Pictures/eyes/2.jpeg 2 177 2 177 49 102 10 10 /home/vcamp1/Pictures/eyes/3.jpeg...
Thanks a lot, I'll try this and reply later . Happy hump day ~ 2017-03-22 15:15 GMT+09:00 SUPER-MARIO : > @bemoregt ,Hi, you should modify the code > so that...
OK, I have moditied that you teaching .. But I have met the error like this : ----------------------------------------------------- vcamp1@vcamp:~/TF-FaceLandmarkDetection$ python3 augment.py Traceback (most recent call last): File "augment.py", line 200,...
My txt file is here ... and, How many image is need to train ? .. over about million images? thanks. 2017-03-22 17:07 GMT+09:00 SUPER-MARIO : > @bemoregt Well, since...
Yes I did. My augment.py file is added in mail. but I have a problem yet .. 2017-03-22 17:40 GMT+09:00 SUPER-MARIO : > @bemoregt Did you modified augment.py? I >...
I just changed : bbx = map(int, components[1:4]) // here 5->4 landmarks = map(float, components[5:]) landmarks = np.asarray(landmarks).reshape([1,2]) //and here [-1, 2] -> [1, 2] That's all . Thnaks. 2017-03-22...
Ok, I've rechanged. "4->5". But yet i have error like this: ----------------------------------------------- Traceback (most recent call last): File "augment.py", line 200, in data = read_data_from_txt(TXT) File "augment.py", line 17, in...
Hi, @mariolew. I dot know the meaning of "component" ... What's that? 2017-03-22 21:27 GMT+09:00 SUPER-MARIO : > @bemoregt Hi, can you print components and > see what is components?...
vcamp1@vcamp:~/TF-FaceLandmarkDetection$ python3 augment.py File "augment.py", line 14 print components ^ TabError: Missing parentheses in call to 'print' thanks ... 2017-03-23 12:19 GMT+09:00 SUPER-MARIO : > @bemoregt You might need to...