lorebianchi98 / FG-OVD

[CVPR2024 Highlight] Official repository of the paper "The devil is in the fine-grained details: Evaluating open-vocabulary object detectors for fine-grained understanding."
https://lorebianchi98.github.io/FG-OVD/
43 stars 3 forks source link

No dockerfile found #4

Closed tengerye closed 3 months ago

tengerye commented 3 months ago

In the readme, the instruction is given as:

git clone https://github.com/lorebianchi98/FG-OVD.git
cd FG-OVD/docker
docker image build -t IMAGE_NAME - < Dockerfile

However, there is neither docker folder not dockerfile in this repository.

lorebianchi98 commented 3 months ago

Thank you for pointing that out! There is indeed an error in the cd command. The correct path to the Dockerfile is actually inside FG-OVD/captions_generations/docker. I will fix this mistake right away.