TaoshuaiZ
TaoshuaiZ
Do you mean that my val.json file must include `segmentation` fields?
But my dataset is marked by myself, labeled with `labelme`, and then converted to coco format. There are only four numbers in the segmentation, but the segmentation in the dataset...
您好,我阅读了point2mask中计算iou的代码,并加在boxlevelset中,但在debug的过程中,发现了两个问题: 1.boxlevelset中模型预测结果results于point2mask中的results键值对并不相同   在后续的`iou_compute`函数中就发生了错误,找不到模型预测的输出图像。 2.数据集也不相同,point2mask中`val`的标注是以图像的形式呈现的,但boxlevelset中`val`的标注是一个json文件 请问怎么解决第一个问题,该怎么修改代码实现语义分割iou指标的计算?
> how did you install `mjrl`? can you try creating a new conda environment without `mujoco_py` and installing mjrl with `git+https://github.com/aravindr93/mjrl.git@pvr_beta_1vk` (in this branch the dependency on `mujoco_py` was removed)...