unable to guess the VisDA-2017 dataset structure for semantic segmentation task
Hi there,
I am trying to run this project in my machine to experiment something. I setup the project and I wanted to train it with VisDA-2017 segmentation datasets like GTA5 and Cityscapes. But the script is expecting something and I'm not sure.
Here is the issue:
`Loading trainer: DAPL
Loading dataset: VisDA17
Traceback (most recent call last):
File "train.py", line 208, in
(dassl) :/vamsi_project/da_prompt_repo/DAPrompt/scripts$ cd .. (dass)/vamsi_project/da_prompt_repo/DAPrompt$ cd data (dassl) :/vamsi_project/da_prompt_repo/DAPrompt/data$ ls get_gta.sh real synthetic test_data test.zip (dassl) /vamsi_project/da_prompt_repo/DAPrompt/data$ cd real (dassl):/vamsi_project/da_prompt_repo/DAPrompt/data/real$ ls cookie.txt gtFine leftImg8bit (dassl) /vamsi_project/da_prompt_repo/DAPrompt/data/real$ cd .. (dassl) :/vamsi_project/da_prompt_repo/DAPrompt/data$ cd synthetic/ (dassl) :/vamsi_project/da_prompt_repo/DAPrompt/data/synthetic$ ls extract_gta5_from_scratch.sh extraction_log.txt images labels mapping.mat readImage.m split.mat`
Please let me know
Our project only supports classification now.
Oh! yeah. Thanks for clarification. I thought we can use this experiment for segmentation track as well.
Thanks again for your prompt response. I really appreciate it.
Maybe some papers following our work develop method for segmentation. You could check it.
Okay. I'll start researching on it. Thanks!
By the way, I'm trying to run this project using VisDA-2017 classification dataset. I downloaded the datasets as suggested in readme.
when I try to run the train command, I'm getting the below response. `(dassl) vamsi_project/da_prompt_repo/DAPrompt/scripts$ bash main.sh visda17 ep25-32-csc 1.0 0.5 1.0 t0 Results are available in output/visda17/DAPL/ep25-32-csc/1.0_0.5_1.0_t0/seed_1. Skip this job Results are available in output/visda17/DAPL/ep25-32-csc/1.0_0.5_1.0_t0/seed_2. Skip this job Results are available in output/visda17/DAPL/ep25-32-csc/1.0_0.5_1.0_t0/seed_3. Skip this job Results are available in output/visda17/DAPL/ep25-32-csc/1.0_0.5_1.0_t0/seed_4. Skip this job Results are available in output/visda17/DAPL/ep25-32-csc/1.0_0.5_1.0_t0/seed_5. Skip this job
`
when I go and see log files. I don't know what's missing. Please let me know.
Never mind, I got to clear the previous log files.