Sandeep Menon
Sandeep Menon
Essentially, when I make some changes in overleaf, I always have to use the recompile button and then download the pdf, to update it in my servers. Instead, I should...
+1 I installed the library using general CMake steps ``` cd Sophus mkdir build cd build cmake .. make ``` However in my project CMakeLists.txt I have ``` #Sophus FIND_PACKAGE(...
Thank you. That worked!
Hi @mbanani I am trying to run the code in presumably written with the 0.4.3 https://github.com/chrischoy/SpatioTemporalSegmentation/blob/4afee296ebe387d9a06fc1b168c4af212a2b4804/models/modules/common.py#L58 Which uses `ME.RegionType.HYBRID`. How to use the ME.RegionType.CUSTOM type in replacement to this? I...
@mbanani Thank you for the info. I am not trying to use pre-trained weights, I am looking to use the SpatioTemporal ResNetUnet Architecture from https://github.com/chrischoy/SpatioTemporalSegmentation. I will try with the...
+1. Same issue while trying to use CUSTOM Region. Will track this issue to know status of the fix.
I'll raise the PR. Thank you
+1 When I provide s3 path I get the error ``` File "/home/s.menon//bazel-bin/source/offboard/ml/third_party/bevfusion/train.runfiles/offboard_python_analysis_mmcv_full/site-packages/mmcv/fileio/file_client.py", line 116, in __init__ from petrel_client import client ModuleNotFoundError: No module named 'petrel_client' ``` Is this the...
Same question. Looking to deploy spconv models in tensorrt
+1 Same issue on my WSL