xiaobaishu0097 / ECCV-VN

39 stars 17 forks source link

Does the training process need depth data? #1

Open sx-zhang opened 4 years ago

sx-zhang commented 4 years ago

The depth data is not included in the data set you shared, but this error message appeared during the training process.

Training started from: 2020-09-03 10:23:59 Scene Data Exists! initialized optimizer. attempting to share memory. sharing memory. GraphModel( (conv1): Conv2d(512, 64, kernel_size=(1, 1), stride=(1, 1)) (maxp1): MaxPool2d(kernel_size=2, stride=2, padding=0, dilation=1, ceil_mode=False) (graph_detection_feature): Sequential( (0): Linear(in_features=518, out_features=128, bias=True) (1): ReLU() (2): Linear(in_features=128, out_features=49, bias=True) ) (graph_detection_other_info_linear_1): Linear(in_features=6, out_features=22, bias=True) (graph_detection_other_info_linear_2): Linear(in_features=22, out_features=22, bias=True) (graph_detection_other_info_linear_3): Linear(in_features=22, out_features=22, bias=True) (graph_detection_other_info_linear_4): Linear(in_features=22, out_features=22, bias=True) (graph_detection_other_info_linear_5): Linear(in_features=22, out_features=22, bias=True) (embed_action): Linear(in_features=6, out_features=10, bias=True) (pointwise): Conv2d(96, 64, kernel_size=(1, 1), stride=(1, 1)) (lstm): LSTM(3136, 512, num_layers=2) (critic_linear_1): Linear(in_features=512, out_features=64, bias=True) (critic_linear_2): Linear(in_features=64, out_features=1, bias=True) (actor_linear): Linear(in_features=512, out_features=6, bias=True) (dropout): Dropout(p=0.25, inplace=False) ) Train agents created. Process Process-2: Traceback (most recent call last): File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 93, in run self._target(*self._args, self._kwargs) File "/home/sxz/work2/ECCV-VN-master/runners/a3c_train.py", line 62, in a3c_train new_episode(args, player) File "/home/sxz/work2/ECCV-VN-master/runners/train_util.py", line 46, in new_episode player.episode.new_episode(args, player.scenes, player.targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 234, in new_episode self._new_episode(args, scenes, targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 177, in _new_episode self._env.start(scene) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 83, in start self.reset(scene_name=scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 87, in reset self.controller.reset(scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/offline_controller_with_small_rotation.py", line 671, in reset 'r', File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 394, in init swmr=swmr) File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 170, in make_fid fid = h5f.open(name, flags, fapl=fapl) File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py/h5f.pyx", line 85, in h5py.h5f.open OSError: Unable to open file (unable to open file: name = '/tmp/data_dhm/AI2thor_Dataset/Scene_Data/FloorPlan8/depth.hdf5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0) Process Process-1: Traceback (most recent call last): File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 93, in run self._target(*self._args, *self._kwargs) File "/home/sxz/work2/ECCV-VN-master/runners/a3c_train.py", line 62, in a3c_train new_episode(args, player) File "/home/sxz/work2/ECCV-VN-master/runners/train_util.py", line 46, in new_episode player.episode.new_episode(args, player.scenes, player.targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 234, in new_episode self._new_episode(args, scenes, targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 177, in _new_episode self._env.start(scene) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 83, in start self.reset(scene_name=scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 87, in reset self.controller.reset(scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/offline_controller_with_small_rotation.py", line 671, in reset 'r', File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 394, in init swmr=swmr) File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 170, in make_fid fid = h5f.open(name, flags, fapl=fapl) File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py/h5f.pyx", line 85, in h5py.h5f.open OSError: Unable to open file (unable to open file: name = '/tmp/data_dhm/AI2thor_Dataset/Scene_Data/FloorPlan18/depth.hdf5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0) Process Process-3: Traceback (most recent call last): File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 93, in run self._target(self._args, self._kwargs) File "/home/sxz/work2/ECCV-VN-master/runners/a3c_train.py", line 62, in a3c_train new_episode(args, player) File "/home/sxz/work2/ECCV-VN-master/runners/train_util.py", line 46, in new_episode player.episode.new_episode(args, player.scenes, player.targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 234, in new_episode self._new_episode(args, scenes, targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 177, in _new_episode self._env.start(scene) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 83, in start self.reset(scene_name=scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 87, in reset self.controller.reset(scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/offline_controller_with_small_rotation.py", line 671, in reset 'r', File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 394, in init swmr=swmr) File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 170, in make_fid fid = h5f.open(name, flags, fapl=fapl) File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py/h5f.pyx", line 85, in h5py.h5f.open OSError: Unable to open file (unable to open file: name = '/tmp/data_dhm/AI2thor_Dataset/Scene_Data/FloorPlan211/depth.hdf5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0) Process Process-4: Traceback (most recent call last): File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 93, in run self._target(*self._args, self._kwargs) File "/home/sxz/work2/ECCV-VN-master/runners/a3c_train.py", line 62, in a3c_train new_episode(args, player) File "/home/sxz/work2/ECCV-VN-master/runners/train_util.py", line 46, in new_episode player.episode.new_episode(args, player.scenes, player.targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 234, in new_episode self._new_episode(args, scenes, targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 177, in _new_episode self._env.start(scene) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 83, in start self.reset(scene_name=scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 87, in reset self.controller.reset(scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/offline_controller_with_small_rotation.py", line 671, in reset 'r', File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 394, in init swmr=swmr) File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 170, in make_fid fid = h5f.open(name, flags, fapl=fapl) File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py/h5f.pyx", line 85, in h5py.h5f.open OSError: Unable to open file (unable to open file: name = '/tmp/data_dhm/AI2thor_Dataset/Scene_Data/FloorPlan211/depth.hdf5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0) Process Process-5: Traceback (most recent call last): File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 93, in run self._target(*self._args, *self._kwargs) File "/home/sxz/work2/ECCV-VN-master/runners/a3c_train.py", line 62, in a3c_train new_episode(args, player) File "/home/sxz/work2/ECCV-VN-master/runners/train_util.py", line 46, in new_episode player.episode.new_episode(args, player.scenes, player.targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 234, in new_episode self._new_episode(args, scenes, targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 177, in _new_episode self._env.start(scene) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 83, in start self.reset(scene_name=scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 87, in reset self.controller.reset(scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/offline_controller_with_small_rotation.py", line 671, in reset 'r', File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 394, in init swmr=swmr) File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 170, in make_fid fid = h5f.open(name, flags, fapl=fapl) File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py/h5f.pyx", line 85, in h5py.h5f.open OSError: Unable to open file (unable to open file: name = '/tmp/data_dhm/AI2thor_Dataset/Scene_Data/FloorPlan420/depth.hdf5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0) Process Process-6: Traceback (most recent call last): File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 93, in run self._target(self._args, self._kwargs) File "/home/sxz/work2/ECCV-VN-master/runners/a3c_train.py", line 62, in a3c_train new_episode(args, player) File "/home/sxz/work2/ECCV-VN-master/runners/train_util.py", line 46, in new_episode player.episode.new_episode(args, player.scenes, player.targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 234, in new_episode self._new_episode(args, scenes, targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 177, in _new_episode self._env.start(scene) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 83, in start self.reset(scene_name=scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 87, in reset self.controller.reset(scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/offline_controller_with_small_rotation.py", line 671, in reset 'r', File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 394, in init swmr=swmr) File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 170, in make_fid fid = h5f.open(name, flags, fapl=fapl) File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py/h5f.pyx", line 85, in h5py.h5f.open OSError: Unable to open file (unable to open file: name = '/tmp/data_dhm/AI2thor_Dataset/Scene_Data/FloorPlan414/depth.hdf5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0) Process Process-7: Traceback (most recent call last): File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 93, in run self._target(*self._args, self._kwargs) File "/home/sxz/work2/ECCV-VN-master/runners/a3c_train.py", line 62, in a3c_train new_episode(args, player) File "/home/sxz/work2/ECCV-VN-master/runners/train_util.py", line 46, in new_episode player.episode.new_episode(args, player.scenes, player.targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 234, in new_episode self._new_episode(args, scenes, targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 177, in _new_episode self._env.start(scene) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 83, in start self.reset(scene_name=scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 87, in reset self.controller.reset(scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/offline_controller_with_small_rotation.py", line 671, in reset 'r', File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 394, in init swmr=swmr) File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 170, in make_fid fid = h5f.open(name, flags, fapl=fapl) File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py/h5f.pyx", line 85, in h5py.h5f.open OSError: Unable to open file (unable to open file: name = '/tmp/data_dhm/AI2thor_Dataset/Scene_Data/FloorPlan302/depth.hdf5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0) Process Process-8: Traceback (most recent call last): File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 93, in run self._target(*self._args, *self._kwargs) File "/home/sxz/work2/ECCV-VN-master/runners/a3c_train.py", line 62, in a3c_train new_episode(args, player) File "/home/sxz/work2/ECCV-VN-master/runners/train_util.py", line 46, in new_episode player.episode.new_episode(args, player.scenes, player.targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 234, in new_episode self._new_episode(args, scenes, targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 177, in _new_episode self._env.start(scene) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 83, in start self.reset(scene_name=scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 87, in reset self.controller.reset(scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/offline_controller_with_small_rotation.py", line 671, in reset 'r', File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 394, in init swmr=swmr) File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 170, in make_fid fid = h5f.open(name, flags, fapl=fapl) File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py/h5f.pyx", line 85, in h5py.h5f.open OSError: Unable to open file (unable to open file: name = '/tmp/data_dhm/AI2thor_Dataset/Scene_Data/FloorPlan210/depth.hdf5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0) Process Process-9: Traceback (most recent call last): File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 93, in run self._target(self._args, self._kwargs) File "/home/sxz/work2/ECCV-VN-master/runners/a3c_train.py", line 62, in a3c_train new_episode(args, player) File "/home/sxz/work2/ECCV-VN-master/runners/train_util.py", line 46, in new_episode player.episode.new_episode(args, player.scenes, player.targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 234, in new_episode self._new_episode(args, scenes, targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 177, in _new_episode self._env.start(scene) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 83, in start self.reset(scene_name=scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 87, in reset self.controller.reset(scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/offline_controller_with_small_rotation.py", line 671, in reset 'r', File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 394, in init swmr=swmr) File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 170, in make_fid fid = h5f.open(name, flags, fapl=fapl) File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py/h5f.pyx", line 85, in h5py.h5f.open OSError: Unable to open file (unable to open file: name = '/tmp/data_dhm/AI2thor_Dataset/Scene_Data/FloorPlan320/depth.hdf5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0) Process Process-10: Traceback (most recent call last): File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 93, in run self._target(*self._args, self._kwargs) File "/home/sxz/work2/ECCV-VN-master/runners/a3c_train.py", line 62, in a3c_train new_episode(args, player) File "/home/sxz/work2/ECCV-VN-master/runners/train_util.py", line 46, in new_episode player.episode.new_episode(args, player.scenes, player.targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 234, in new_episode self._new_episode(args, scenes, targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 177, in _new_episode self._env.start(scene) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 83, in start self.reset(scene_name=scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 87, in reset self.controller.reset(scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/offline_controller_with_small_rotation.py", line 671, in reset 'r', File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 394, in init swmr=swmr) File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 170, in make_fid fid = h5f.open(name, flags, fapl=fapl) File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py/h5f.pyx", line 85, in h5py.h5f.open OSError: Unable to open file (unable to open file: name = '/tmp/data_dhm/AI2thor_Dataset/Scene_Data/FloorPlan414/depth.hdf5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0) Process Process-12: Traceback (most recent call last): File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 93, in run self._target(*self._args, *self._kwargs) File "/home/sxz/work2/ECCV-VN-master/runners/a3c_train.py", line 62, in a3c_train new_episode(args, player) File "/home/sxz/work2/ECCV-VN-master/runners/train_util.py", line 46, in new_episode player.episode.new_episode(args, player.scenes, player.targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 234, in new_episode self._new_episode(args, scenes, targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 177, in _new_episode self._env.start(scene) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 83, in start self.reset(scene_name=scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 87, in reset self.controller.reset(scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/offline_controller_with_small_rotation.py", line 671, in reset 'r', File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 394, in init swmr=swmr) File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 170, in make_fid fid = h5f.open(name, flags, fapl=fapl) File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py/h5f.pyx", line 85, in h5py.h5f.open OSError: Unable to open file (unable to open file: name = '/tmp/data_dhm/AI2thor_Dataset/Scene_Data/FloorPlan401/depth.hdf5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0) Process Process-11: Traceback (most recent call last): File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 93, in run self._target(self._args, self._kwargs) File "/home/sxz/work2/ECCV-VN-master/runners/a3c_train.py", line 62, in a3c_train new_episode(args, player) File "/home/sxz/work2/ECCV-VN-master/runners/train_util.py", line 46, in new_episode player.episode.new_episode(args, player.scenes, player.targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 234, in new_episode self._new_episode(args, scenes, targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 177, in _new_episode self._env.start(scene) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 83, in start self.reset(scene_name=scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 87, in reset self.controller.reset(scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/offline_controller_with_small_rotation.py", line 671, in reset 'r', File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 394, in init swmr=swmr) File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 170, in make_fid fid = h5f.open(name, flags, fapl=fapl) File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py/h5f.pyx", line 85, in h5py.h5f.open OSError: Unable to open file (unable to open file: name = '/tmp/data_dhm/AI2thor_Dataset/Scene_Data/FloorPlan318/depth.hdf5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)

xiaobaishu0097 commented 3 years ago

No, our published experiment doesn't require the depth data.

lushengyang222 commented 3 years ago

i meet the same problem,how can i solve this problem

abstinentcode commented 3 years ago

The depth data is not included in the data set you shared, but this error message appeared during the training process.

Training started from: 2020-09-03 10:23:59 Scene Data Exists! initialized optimizer. attempting to share memory. sharing memory. GraphModel( (conv1): Conv2d(512, 64, kernel_size=(1, 1), stride=(1, 1)) (maxp1): MaxPool2d(kernel_size=2, stride=2, padding=0, dilation=1, ceil_mode=False) (graph_detection_feature): Sequential( (0): Linear(in_features=518, out_features=128, bias=True) (1): ReLU() (2): Linear(in_features=128, out_features=49, bias=True) ) (graph_detection_other_info_linear_1): Linear(in_features=6, out_features=22, bias=True) (graph_detection_other_info_linear_2): Linear(in_features=22, out_features=22, bias=True) (graph_detection_other_info_linear_3): Linear(in_features=22, out_features=22, bias=True) (graph_detection_other_info_linear_4): Linear(in_features=22, out_features=22, bias=True) (graph_detection_other_info_linear_5): Linear(in_features=22, out_features=22, bias=True) (embed_action): Linear(in_features=6, out_features=10, bias=True) (pointwise): Conv2d(96, 64, kernel_size=(1, 1), stride=(1, 1)) (lstm): LSTM(3136, 512, num_layers=2) (critic_linear_1): Linear(in_features=512, out_features=64, bias=True) (critic_linear_2): Linear(in_features=64, out_features=1, bias=True) (actor_linear): Linear(in_features=512, out_features=6, bias=True) (dropout): Dropout(p=0.25, inplace=False) ) Train agents created. Process Process-2: Traceback (most recent call last): File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 93, in run self._target(*self._args, self._kwargs) File "/home/sxz/work2/ECCV-VN-master/runners/a3c_train.py", line 62, in a3c_train new_episode(args, player) File "/home/sxz/work2/ECCV-VN-master/runners/train_util.py", line 46, in new_episode player.episode.new_episode(args, player.scenes, player.targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 234, in new_episode self._new_episode(args, scenes, targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 177, in _new_episode self._env.start(scene) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 83, in start self.reset(scene_name=scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 87, in reset self.controller.reset(scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/offline_controller_with_small_rotation.py", line 671, in reset 'r', File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 394, in init swmr=swmr) File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 170, in make_fid fid = h5f.open(name, flags, fapl=fapl) File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py/h5f.pyx", line 85, in h5py.h5f.open OSError: Unable to open file (unable to open file: name = '/tmp/data_dhm/AI2thor_Dataset/Scene_Data/FloorPlan8/depth.hdf5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0) Process Process-1: Traceback (most recent call last): File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 93, in run self._target(*self._args, self._kwargs) File "/home/sxz/work2/ECCV-VN-master/runners/a3c_train.py", line 62, in a3c_train new_episode(args, player) File "/home/sxz/work2/ECCV-VN-master/runners/train_util.py", line 46, in new_episode player.episode.new_episode(args, player.scenes, player.targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 234, in new_episode self._new_episode(args, scenes, targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 177, in _new_episode self._env.start(scene) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 83, in start self.reset(scene_name=scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 87, in reset self.controller.reset(scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/offline_controller_with_small_rotation.py", line 671, in reset 'r', File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 394, in init* swmr=swmr) File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 170, in make_fid fid = h5f.open(name, flags, fapl=fapl) File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py/h5f.pyx", line 85, in h5py.h5f.open OSError: Unable to open file (unable to open file: name = '/tmp/data_dhm/AI2thor_Dataset/Scene_Data/FloorPlan18/depth.hdf5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0) Process Process-3: Traceback (most recent call last): File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 93, in run self._target(self._args, self._kwargs) File "/home/sxz/work2/ECCV-VN-master/runners/a3c_train.py", line 62, in a3c_train new_episode(args, player) File "/home/sxz/work2/ECCV-VN-master/runners/train_util.py", line 46, in new_episode player.episode.new_episode(args, player.scenes, player.targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 234, in new_episode self._new_episode(args, scenes, targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 177, in _new_episode self._env.start(scene) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 83, in start self.reset(scene_name=scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 87, in reset self.controller.reset(scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/offline_controller_with_small_rotation.py", line 671, in reset 'r', File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 394, in init swmr=swmr) File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 170, in make_fid fid = h5f.open(name, flags, fapl=fapl) File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py/h5f.pyx", line 85, in h5py.h5f.open OSError: Unable to open file (unable to open file: name = '/tmp/data_dhm/AI2thor_Dataset/Scene_Data/FloorPlan211/depth.hdf5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0) Process Process-4: Traceback (most recent call last): File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 93, in run self._target(*self._args, self._kwargs) File "/home/sxz/work2/ECCV-VN-master/runners/a3c_train.py", line 62, in a3c_train new_episode(args, player) File "/home/sxz/work2/ECCV-VN-master/runners/train_util.py", line 46, in new_episode player.episode.new_episode(args, player.scenes, player.targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 234, in new_episode self._new_episode(args, scenes, targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 177, in _new_episode self._env.start(scene) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 83, in start self.reset(scene_name=scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 87, in reset self.controller.reset(scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/offline_controller_with_small_rotation.py", line 671, in reset 'r', File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 394, in init swmr=swmr) File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 170, in make_fid fid = h5f.open(name, flags, fapl=fapl) File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py/h5f.pyx", line 85, in h5py.h5f.open OSError: Unable to open file (unable to open file: name = '/tmp/data_dhm/AI2thor_Dataset/Scene_Data/FloorPlan211/depth.hdf5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0) Process Process-5: Traceback (most recent call last): File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 93, in run self._target(*self._args, self._kwargs) File "/home/sxz/work2/ECCV-VN-master/runners/a3c_train.py", line 62, in a3c_train new_episode(args, player) File "/home/sxz/work2/ECCV-VN-master/runners/train_util.py", line 46, in new_episode player.episode.new_episode(args, player.scenes, player.targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 234, in new_episode self._new_episode(args, scenes, targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 177, in _new_episode self._env.start(scene) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 83, in start self.reset(scene_name=scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 87, in reset self.controller.reset(scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/offline_controller_with_small_rotation.py", line 671, in reset 'r', File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 394, in init* swmr=swmr) File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 170, in make_fid fid = h5f.open(name, flags, fapl=fapl) File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py/h5f.pyx", line 85, in h5py.h5f.open OSError: Unable to open file (unable to open file: name = '/tmp/data_dhm/AI2thor_Dataset/Scene_Data/FloorPlan420/depth.hdf5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0) Process Process-6: Traceback (most recent call last): File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 93, in run self._target(self._args, self._kwargs) File "/home/sxz/work2/ECCV-VN-master/runners/a3c_train.py", line 62, in a3c_train new_episode(args, player) File "/home/sxz/work2/ECCV-VN-master/runners/train_util.py", line 46, in new_episode player.episode.new_episode(args, player.scenes, player.targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 234, in new_episode self._new_episode(args, scenes, targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 177, in _new_episode self._env.start(scene) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 83, in start self.reset(scene_name=scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 87, in reset self.controller.reset(scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/offline_controller_with_small_rotation.py", line 671, in reset 'r', File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 394, in init swmr=swmr) File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 170, in make_fid fid = h5f.open(name, flags, fapl=fapl) File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py/h5f.pyx", line 85, in h5py.h5f.open OSError: Unable to open file (unable to open file: name = '/tmp/data_dhm/AI2thor_Dataset/Scene_Data/FloorPlan414/depth.hdf5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0) Process Process-7: Traceback (most recent call last): File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 93, in run self._target(*self._args, self._kwargs) File "/home/sxz/work2/ECCV-VN-master/runners/a3c_train.py", line 62, in a3c_train new_episode(args, player) File "/home/sxz/work2/ECCV-VN-master/runners/train_util.py", line 46, in new_episode player.episode.new_episode(args, player.scenes, player.targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 234, in new_episode self._new_episode(args, scenes, targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 177, in _new_episode self._env.start(scene) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 83, in start self.reset(scene_name=scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 87, in reset self.controller.reset(scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/offline_controller_with_small_rotation.py", line 671, in reset 'r', File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 394, in init swmr=swmr) File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 170, in make_fid fid = h5f.open(name, flags, fapl=fapl) File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py/h5f.pyx", line 85, in h5py.h5f.open OSError: Unable to open file (unable to open file: name = '/tmp/data_dhm/AI2thor_Dataset/Scene_Data/FloorPlan302/depth.hdf5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0) Process Process-8: Traceback (most recent call last): File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 93, in run self._target(*self._args, self._kwargs) File "/home/sxz/work2/ECCV-VN-master/runners/a3c_train.py", line 62, in a3c_train new_episode(args, player) File "/home/sxz/work2/ECCV-VN-master/runners/train_util.py", line 46, in new_episode player.episode.new_episode(args, player.scenes, player.targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 234, in new_episode self._new_episode(args, scenes, targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 177, in _new_episode self._env.start(scene) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 83, in start self.reset(scene_name=scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 87, in reset self.controller.reset(scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/offline_controller_with_small_rotation.py", line 671, in reset 'r', File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 394, in init* swmr=swmr) File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 170, in make_fid fid = h5f.open(name, flags, fapl=fapl) File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py/h5f.pyx", line 85, in h5py.h5f.open OSError: Unable to open file (unable to open file: name = '/tmp/data_dhm/AI2thor_Dataset/Scene_Data/FloorPlan210/depth.hdf5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0) Process Process-9: Traceback (most recent call last): File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 93, in run self._target(self._args, self._kwargs) File "/home/sxz/work2/ECCV-VN-master/runners/a3c_train.py", line 62, in a3c_train new_episode(args, player) File "/home/sxz/work2/ECCV-VN-master/runners/train_util.py", line 46, in new_episode player.episode.new_episode(args, player.scenes, player.targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 234, in new_episode self._new_episode(args, scenes, targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 177, in _new_episode self._env.start(scene) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 83, in start self.reset(scene_name=scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 87, in reset self.controller.reset(scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/offline_controller_with_small_rotation.py", line 671, in reset 'r', File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 394, in init swmr=swmr) File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 170, in make_fid fid = h5f.open(name, flags, fapl=fapl) File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py/h5f.pyx", line 85, in h5py.h5f.open OSError: Unable to open file (unable to open file: name = '/tmp/data_dhm/AI2thor_Dataset/Scene_Data/FloorPlan320/depth.hdf5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0) Process Process-10: Traceback (most recent call last): File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 93, in run self._target(*self._args, self._kwargs) File "/home/sxz/work2/ECCV-VN-master/runners/a3c_train.py", line 62, in a3c_train new_episode(args, player) File "/home/sxz/work2/ECCV-VN-master/runners/train_util.py", line 46, in new_episode player.episode.new_episode(args, player.scenes, player.targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 234, in new_episode self._new_episode(args, scenes, targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 177, in _new_episode self._env.start(scene) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 83, in start self.reset(scene_name=scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 87, in reset self.controller.reset(scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/offline_controller_with_small_rotation.py", line 671, in reset 'r', File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 394, in init swmr=swmr) File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 170, in make_fid fid = h5f.open(name, flags, fapl=fapl) File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py/h5f.pyx", line 85, in h5py.h5f.open OSError: Unable to open file (unable to open file: name = '/tmp/data_dhm/AI2thor_Dataset/Scene_Data/FloorPlan414/depth.hdf5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0) Process Process-12: Traceback (most recent call last): File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 93, in run self._target(*self._args, self._kwargs) File "/home/sxz/work2/ECCV-VN-master/runners/a3c_train.py", line 62, in a3c_train new_episode(args, player) File "/home/sxz/work2/ECCV-VN-master/runners/train_util.py", line 46, in new_episode player.episode.new_episode(args, player.scenes, player.targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 234, in new_episode self._new_episode(args, scenes, targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 177, in _new_episode self._env.start(scene) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 83, in start self.reset(scene_name=scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 87, in reset self.controller.reset(scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/offline_controller_with_small_rotation.py", line 671, in reset 'r', File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 394, in init* swmr=swmr) File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 170, in make_fid fid = h5f.open(name, flags, fapl=fapl) File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py/h5f.pyx", line 85, in h5py.h5f.open OSError: Unable to open file (unable to open file: name = '/tmp/data_dhm/AI2thor_Dataset/Scene_Data/FloorPlan401/depth.hdf5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0) Process Process-11: Traceback (most recent call last): File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/multiprocessing/process.py", line 93, in run self._target(self._args, self._kwargs) File "/home/sxz/work2/ECCV-VN-master/runners/a3c_train.py", line 62, in a3c_train new_episode(args, player) File "/home/sxz/work2/ECCV-VN-master/runners/train_util.py", line 46, in new_episode player.episode.new_episode(args, player.scenes, player.targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 234, in new_episode self._new_episode(args, scenes, targets) File "/home/sxz/work2/ECCV-VN-master/episodes/basic_episode.py", line 177, in _new_episode self._env.start(scene) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 83, in start self.reset(scene_name=scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/environment.py", line 87, in reset self.controller.reset(scene_name) File "/home/sxz/work2/ECCV-VN-master/datasets/offline_controller_with_small_rotation.py", line 671, in reset 'r', File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 394, in init swmr=swmr) File "/home/sxz/anaconda2/envs/ob-ng/lib/python3.6/site-packages/h5py/_hl/files.py", line 170, in make_fid fid = h5f.open(name, flags, fapl=fapl) File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py/h5f.pyx", line 85, in h5py.h5f.open OSError: Unable to open file (unable to open file: name = '/tmp/data_dhm/AI2thor_Dataset/Scene_Data/FloorPlan318/depth.hdf5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)

I meet the same problem, can you tell me how you solved it?

abstinentcode commented 3 years ago

i meet the same problem,how can i solve this problem

me too ,how did you solved this problem?

xiaobaishu0097 commented 3 years ago

Hi,

This error could be solved by removing the code related with self.depth in offline_controller_with_small_rotation.py. The released code does not require depth data during training, and I will update the code later.

abstinentcode commented 3 years ago

Hi,

This error could be solved by removing the code related with self.depth in offline_controller_with_small_rotation.py. The released code does not require depth data during training, and I will update the code later.

does this code have the visualization module ? I can't find a visual module for the process of training or testing. When I finished running the full-eval.py, I got a file named visual_temp.json which record the process of testing,but how can i visualize the process by using this file? Thank you in advance for your answer.