Looks like the semantic location is decided (randomly) before the generation of data. In doing so, all the data points generated will have the same semantic location. I suppose it would have been better to choose semantic location randomly for each data point rather than deciding it upfront.
|
slocation = random.choice(semantic_locations) |
Looks like the semantic location is decided (randomly) before the generation of data. In doing so, all the data points generated will have the same semantic location. I suppose it would have been better to choose semantic location randomly for each data point rather than deciding it upfront.
CerebralCortex-Random-Data-Generator/ccrdg/location_data.py
Line 62 in a61099b