Yash Mandilwar

Results 7 issues of Yash Mandilwar

I ran the docker using the command: sudo docker run --gpus all -it --rm -v ${your_data_path}:${bind_path} mmdet2trt_docker:v1.0 ${bind_path}/config.py ${bind_path}/checkpoint.pth ${bind_path}/output.trt And got an error: pkg_resources.DistributionNotFound: The 'mmdet2trt' distribution was not...

It's been more than 10 mins and I'm stuck after: ``` 2021-03-19 12:10:06,839 - onnx-tf - WARNING - Do not fully support sampling_ratio

What are the drawbacks of SR? Does it take more time to train, compared to say, Q-Learning? I'm trying to train Taxi-v2..so far unsuccessful.

When you call the reward update function, you send experience[-1]. But shouldn't it be experience[-2]. We are currently looking for S,A,R,S' from experience[-2] even while updating the state dynamics. We...

First, my thanks for releasing the MobileNerf code. This is regarding the polygon rendering method in the paper. Does this also mean that these results can be directly integrated to...

Hi!, Thanks for sharing your dataset. May I know if you have released dataset used to perform binary segmentation? Thanks

So I tested pytorch model using tools/test.py and exported onnx model in tools/test_exported.py. Here are the results: pytorch: ``` Average Precision (AP) @[ IoU=0.50:0.95 | area= all | maxDets=100 ]...