carrierlxk / AGNN

Zero-shot Video Object Segmentation via Attentive Graph Neural Networks (ICCV2019 Oral)
206 stars 25 forks source link

A problem about the utils #17

Open Winter-Dry opened 1 year ago

Winter-Dry commented 1 year ago

Thanks for your wonderful work, I'm trying to set up the environment and running the code, but an error occured. Detialed as follows:

Traceback (most recent call last): File "train_iteration_conf_agnn.py", line 22, in from utils.balanced_BCE import class_balanced_cross_entropy_loss ModuleNotFoundError: No module named 'utils.balanced_BCE'

I can't find any file or folder named "utils" in this repository, could you tell me where I can find it.