Closed batooooo closed 4 years ago
I feel like its because package conflicts. You should be using pycocotools in coco-caption folder, not the pycocotools for instance segmentation.
thank you. i try to using pycocotools in coco-caption folder, but i got this error
Traceback (most recent call last):
File "tools/train.py", line 288, in
Did you see 'Warning: coco-caption not available'
Hi, when i train using self critical, i got this error
Traceback (most recent call last): File "tools/train.py", line 22, in
import captioning.utils.eval_utils as eval_utils
File "/home/bg/BG/self-critical.pytorch/captioning/utils/eval_utils.py", line 19, in
from pycocotools.coco import COCO
File "/home/bg/anaconda3/lib/python3.7/site-packages/pycocotools/coco.py", line 58, in
import mask
ModuleNotFoundError: No module named 'mask'
how do i fix it?