Tracy-git
Tracy-git
@Nafees-060 i use his method ,solve this problems ,but dont know why .who can tell me
@Q-ihang your methed solve my problem thks
+10086
@lyghe i use your method , the error is missing. thank you .but i don't know why this working
i think i found the error. in train.py line 203 ` _, summary, train_step_loss, global_step_val = self.sess.run( [train_op, self.write_op, self.loss, self.global_step], feed_dict={self.input_data: train_data[0], self.label_sbbox: train_data[3], self.label_mbbox: train_data[2], self.label_lbbox: train_data[1], self.true_sbboxes:...
> because you use that generate_data_list.py , has two space (' ') between path and label so you should modify code as: for info in img_label_list: image_path, label_name = info.split('...
maybe you could adjust lr
RuntimeError: max(): Expected reduction dim to be specified for input.numel() == 0. In tools/test.py
> 是否可以通过替换中的行来修复此问题 > > https://github.com/open-mmlab/mmdetection3d/blob/073f353cf21d31beabcbffa45bef10a6f81abff3/mmdet3d/core/visualizer/show_result.py#L106 > > > 和 > ```python > if pred_labels is None or pred_labels.numel() == 0 > ``` > > ? i have solved this error...
> 我的问题是:IndexError:只有整数、切片 ( `:`)、省略号 ( `...`)、numpy.newaxis ( `None`) 和整数或布尔数组是有效索引 > > 我找到了很多方法来处理这个问题,但没有一个有用。谷歌的很多人说我们应该在这段代码中使用'int',但这也没有做任何事情。 > > 这个问题在 sampling.py 中,第 77 行“label_patches = label_patches[label_selector]” > > 我很紧张,你能帮帮我吗? > > 谢谢你! have you solve...
> 收到,我下午回来看这个问题 > [……](#) > ---Original--- From: ***@***.***> Date: Thu, May 11, 2023 14:29 PM To: ***@***.***>; Cc: ***@***.******@***.***>; Subject: Re: [josedolz/HyperDenseNet_pytorch] When I am running this project,I meet a...