BBC

Results 24 comments of BBC

Same here for the code. The papers said "Our code is available at https://github.com/xyyue/DRPC".

Similar error here!

@unbeliveyu Try using Docker: https://github.com/bryanbocao/CenterTrack/blob/master/readme/Docker.md https://github.com/xingyizhou/CenterTrack/pull/290 # Run CenterTrack using Docker ### DCNv2 Compilation Issue Fixed ``` docker pull bryanbocao/centertrack docker run -d --ipc=host --shm-size=16384m -it -v /:/share --gpus all...

Try using Docker: https://github.com/bryanbocao/CenterTrack/blob/master/readme/Docker.md https://github.com/xingyizhou/CenterTrack/pull/290 # Run CenterTrack using Docker ### DCNv2 Compilation Issue Fixed ``` docker pull bryanbocao/centertrack docker run -d --ipc=host --shm-size=16384m -it -v /:/share --gpus all --network=bridge...

Try using Docker: https://github.com/bryanbocao/CenterTrack/blob/master/readme/Docker.md https://github.com/xingyizhou/CenterTrack/pull/290 # Run CenterTrack using Docker ### DCNv2 Compilation Issue Fixed ``` docker pull bryanbocao/centertrack docker run -d --ipc=host --shm-size=16384m -it -v /:/share --gpus all --network=bridge...

I got the same issue: https://github.com/AntixK/PyTorch-Model-Compare/issues/10. Looking for solutions. Thanks!

Save error waiting to be fixed. :)

https://github.com/qfgaohao/pytorch-ssd/blob/master/vision/ssd/ssd.py#L38 ```priors``` is saved in cuda device if you run with GPUs. Another walkaway solution would be simply to run by ``` CUDA_VISIBLE_DEVICES='' python3 run_ssd_live_demo2.py mb2-ssd-lite models/mb2-ssd-lite-mp-0_686.pth models/voc-model-labels.txt .jpg ```

I simply commented it out ``` self.priors = config.priors #.to(self.device) ``` https://github.com/qfgaohao/pytorch-ssd/pull/189 https://github.com/qfgaohao/pytorch-ssd/pull/189/commits/f9de9738f56a6844adc8375f217deabb7767dd20