You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
initially, I planned to run faster-rcnn.pytorch firstly before testing your whole project. Then I download all required datasets(KITTI_Tracking), put them into corresponding dirs and generate soft links.
run ./init.sh,some new dir and links were built.
modify some options in ./run_train.sh(for example, DATASET="kitti")
3. sh ./run_train.sh got an error as follows:
as I guess, it means no inputs have been loaded. However, I don't make any modifications to faster-rcnn. if possible, any cues would be highly appreciated.
The text was updated successfully, but these errors were encountered:
initially, I planned to run faster-rcnn.pytorch firstly before testing your whole project. Then I download all required datasets(KITTI_Tracking), put them into corresponding dirs and generate soft links.
./init.sh
,some new dir and links were built../run_train.sh
(for example, DATASET="kitti")3.
sh ./run_train.sh
got an error as follows:as I guess, it means no inputs have been loaded. However, I don't make any modifications to faster-rcnn. if possible, any cues would be highly appreciated.
The text was updated successfully, but these errors were encountered: