princeton-vl / RAFT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a new question about dataset

Sabrinashurong opened this issue · comments

when i run evaluate.py and train.py, the line13 and line 20 (import datasets) seem collide with the original one in tensorflow.slim module. And also the code cannot work.
And the I change the import datasets to from core import datasets , the code works well.