RAFT icon indicating copy to clipboard operation
RAFT copied to clipboard

a new question about dataset

Open gujiamitu opened this issue 4 years ago • 0 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.

gujiamitu avatar Dec 28 '21 09:12 gujiamitu