Yuwono
Yuwono
> 2D bbox won't affect training, did your training loss converges well? Or check your calib file? Hi, I got 0 mAP results on my custom dataset too. How to...
Hi, I found the same error. Did you solve it?
> hi,did you solove it? Can I talk with you about train own data Unfortunately, it has not solved yet. I still figure it out. Do you know how to...
Is there any solution yet? I got same error
> You need to install `spconv` from https://www.github.com/traveller59/spconv.git, which can be tricky. I have recently made a docker workspace that works, https://github.com/jitrc/object-detection, here is the installation procedure https://github.com/jitrc/object-detection/blob/master/Dockerfile#L206 Hi, thank...
i got the same problem. does anyone know how to fix it? i tried below solution but still not worked > I fixed this by adding: > `export PYTHONPATH=/path_to_repo/spconv/spconv/:$PYTHONPATH` >...
> > i also meet this issue, even after python setup.py bdist_wheel and cd ./dist && pip install xxx.whl > > I solved this problem with downloading the master branch...
> I guess so. It worked after add `shm_size: '2gb'` to the docker-compose.yml . I didn't change other part of [docker-compose.yml.txt](https://github.com/traveller59/second.pytorch/files/6722476/docker-compose.yml.txt) and [Dockerfile.txt](https://github.com/traveller59/second.pytorch/files/6722477/Dockerfile.txt) Hi, I found a similar error. How...