update strategy and overlap rate compute method

This commit is contained in:
2024-08-30 16:49:21 +08:00
parent a14bdc2c55
commit 71676e2f4e
9 changed files with 123 additions and 149 deletions

View File

@@ -9,7 +9,7 @@ sys.path.append(r"C:\Document\Local Project\nbv_rec\nbv_reconstruction")
from utils.data_load import DataLoadUtil
from utils.pose import PoseUtil
@stereotype.dataset("nbv_reconstruction_dataset", comment="to be modified")
@stereotype.dataset("nbv_reconstruction_dataset", comment="not tested")
class NBVReconstructionDataset(BaseDataset):
def __init__(self, config):
super(NBVReconstructionDataset, self).__init__(config)