RAFT
RAFT copied to clipboard
a new question about dataset
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.