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
The code make_cityscapes_buffer.py uses mobilenet_v3_small as feature encoder to construct replay buffer. However, the SLAM process uses depth's image encoder to get the feature. this looks a bit strange. Should I change mobilenet_v3_small to depth's image encoder to get the same results in the paper ?
The text was updated successfully, but these errors were encountered:
The code make_cityscapes_buffer.py uses mobilenet_v3_small as feature encoder to construct replay buffer. However, the SLAM process uses depth's image encoder to get the feature. this looks a bit strange. Should I change mobilenet_v3_small to depth's image encoder to get the same results in the paper ?
The text was updated successfully, but these errors were encountered: