SJTU-LuHe / TransVOD

The repository is the code for the paper "End-to-End Video Object Detection with Spatial-TemporalTransformers"
Apache License 2.0
212 stars 28 forks source link

Installation #11

Open MargeryLab opened 2 years ago

MargeryLab commented 2 years ago

when i run sh ./make.sh, errors as follows: image

MiladGhorbaniG commented 2 years ago

same problem

zoelevin commented 2 years ago

Just don't run srun -p $partition --gres=gpu:1 python setup.py build develop --user It's creating a partition using the SLURM resource manager which needs configuration and daemon setup which is difficult if you don't have a lot of knowledge on that sort of setup and not needed if you're not on multiple nodes. You can do it without that partitioning, just don't use the later slurm training. Just move on to dataset prep and happy detecting!