Vladimir Somers
Vladimir Somers
Hi @y1b2h3, to use on an animal dataset, you should first generate the animal parsing labels for your animal dataset using a Pifpaf model trained on another dataset with similar...
Hi @y1b2h3, you can try to run a training with an existing dataset to see how it works, and then create your own subclass of "torchreid/data/datasets/dataset.py" by mimicking what is...
Hi @y1b2h3, the purpose of the collate.py (where you have the error), is to process the output of the dataloader: this error means there's something wrong with the data returned...
Hi, the error occurred probably because the dataloader was empty. It probably happened because there was an issue loading the dataset on disk. Can you check inside "torchreid/data/datasets/image/market1501.py", at the...
Hi @su850131, you are right that this repository needs a simple demo like this. However it will require some time to do something nice and I'm very busy right now....
Hi @PrincessBiscuit , you can remove the entire `if not self.cfg.model.bpbreid.learnable_attention_enabled and "keypoints_xyc" in detection:` condition inside "sn-gamestate/sn_gamestate/reid/prtreid_api.py" around line 119. I actually removed this condition in a commit right...
Hi @frj555 , is it fixed now? If yes, could you share what you have done?
Hi @frj555, this is a strange issue that is difficult to analyse without further information. It looks like the GS-HOTA is 0 because the pipeline did not produce any detection....
Hi @frj555 , Can you make sure your "trackeval" library is up to date? you should install the latest version from "https://github.com/SoccerNet/sn-trackeval". Also, can you share the current version of...
About error B, this does not explain why you don't see any detection or tracking result. Error C is indeed strange. In "tracklab/main.py", could you put a breakpoint after "tracking_engine.track_dataset()",...