HopooLinZ / DAOT

The codes for ACM Multimedia 2023 paper 'DAOT: Domain-Agnostically Aligned Optimal Transport for Domain-Adaptive Crowd Counting. '
MIT License
9 stars 1 forks source link

Can it run TRANCOS? #1

Open sullivantee opened 10 months ago

sullivantee commented 10 months ago

As the title says, I want to use TRANCOS to train the model, If it can run TRANCOS, what file do I need to change or add?

HopooLinZ commented 10 months ago

First, you need to write a python file based on the form of the coordinates in TRANCOS that looks like the other files under /data/. Second, you need to modify the make_npydata.py file. If you want to do cross-domain tasks you also need to write pseudo_generate.py according to the TRANCOS ground-truth format.